Skip to content

Commit b6fecc5

Browse files
Fix travis fail due to syntax error
1 parent ee03e83 commit b6fecc5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
env:
33
#Do not define 'global' env vars here. They cannot be used with API builds
44
matrix:
5-
fast_finish: true
65
- MAKETARGET=zip_devo8
76
- MAKETARGET=zip_devo10
87
- MAKETARGET=zip_devo12
@@ -15,6 +14,9 @@ env:
1514
- MAKETARGET=test
1615
# - COMPILER=latest TARGET=devo8
1716

17+
matrix:
18+
fast_finish: true
19+
1820
dist: trusty
1921

2022
addons:

0 commit comments

Comments
 (0)