Skip to content

Commit ee03e83

Browse files
TheRealMoederPhracturedBlue
authored andcommitted
Speedup travis builds (#578)
* Update .travis.yml to speedup build times * get earlier fails in matrix builds
1 parent 14e9b25 commit ee03e83

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
env:
33
#Do not define 'global' env vars here. They cannot be used with API builds
44
matrix:
5+
fast_finish: true
56
- MAKETARGET=zip_devo8
67
- MAKETARGET=zip_devo10
78
- MAKETARGET=zip_devo12
@@ -14,17 +15,13 @@ env:
1415
- MAKETARGET=test
1516
# - COMPILER=latest TARGET=devo8
1617

17-
# use new docker environment
18-
sudo: false
19-
20-
#sudo: required
21-
#dist: trusty
18+
dist: trusty
2219

2320
addons:
2421
apt:
22+
update: false
2523
packages:
2624
- build-essential
27-
- git
2825
- libc6-i386
2926
- mingw32
3027
- mingw32-binutils
@@ -34,9 +31,12 @@ addons:
3431
# - gcc-arm-none-eabi
3532

3633
#Do NOT set these. They set 'CC' which breaks the build
37-
#language: c
34+
language: minimal
3835
#compiler: gcc
3936

37+
git:
38+
depth: 5
39+
4040
before_install:
4141
- pip install --user cpp-coveralls
4242
- if [ ! -d "$HOME/gcc-arm-none-eabi-4_8-2013q4/bin" ]; then

0 commit comments

Comments
 (0)