Skip to content

Commit 8c1bec4

Browse files
committed
.travis.yml: Use gcc-4.7 to avoid broken codegeneration and failed tests.
1 parent c1cc4a6 commit 8c1bec4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ compiler:
44

55
before_script:
66
- sudo add-apt-repository -y ppa:fkrull/deadsnakes
7+
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
78
- sudo apt-get update -qq
8-
- sudo apt-get install -y python3.3 python3
9+
- sudo apt-get install -y python3.3 python3 gcc-4.7
910

1011
script:
11-
- make -C unix
12+
- make -C unix CC=gcc-4.7
1213
- cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests
1314

1415
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)