Skip to content

Commit 11559cf

Browse files
committed
travis: only build unix with gcc-4.7
1 parent f0777d1 commit 11559cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ before_script:
1212
script:
1313
- make -C unix CC=gcc-4.7
1414
- make -C unix-cpy CC=gcc-4.7
15-
- make -C bare-arm CC=gcc-4.7
16-
- make -C stmhal CC=gcc-4.7
15+
- make -C bare-arm
16+
- make -C stmhal
1717
- cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests
1818

1919
after_failure: for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff $testbase.exp $testbase.out; done

0 commit comments

Comments
 (0)