We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0777d1 commit 11559cfCopy full SHA for 11559cf
.travis.yml
@@ -12,8 +12,8 @@ before_script:
12
script:
13
- make -C unix CC=gcc-4.7
14
- 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
+ - make -C bare-arm
+ - make -C stmhal
17
- cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests
18
19
after_failure: for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff $testbase.exp $testbase.out; done
0 commit comments