8000 travis: Eighteenth time, this is as best as we can do. · schlafsack/circuitpython@be81455 · GitHub
[go: up one dir, main page]

Skip to content

Commit be81455

Browse files
committed
travis: Eighteenth time, this is as best as we can do.
1 parent 5d16498 commit be81455

File tree

1 file changed

+5
-43
lines changed

1 file changed

+5
-43
lines changed

.travis.yml

Lines changed: 5 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -9,53 +9,15 @@ addons:
99
- deadsnakes # for python3.4
1010
- ubuntu-toolchain-r-test
1111

12-
# arm-none-eabi-gcc is somewhere here
13-
- debian-sid
12+
# arm-none-eabi-gcc is here, but it breaks apt :(
13+
#- debian-sid
1414

15-
# no arm-none-eabi-gcc
16-
#- extras-precise
17-
#- r-packages-precise
18-
19-
#- avsm
20-
#- boost-latest
21-
#- cassou-emacs
22-
#- chef-current-precise
23-
#- chef-stable-precise
24-
#- couchbase-precise
25-
26-
#- gammu
27-
#- gearman-developers
28-
#- george-edison55-precise-backports
29-
#- hvr-ghc
30-
#- kalakris-cmake
31-
#- kubuntu-backports
32-
#- llvm-toolchain-precise
33-
#- llvm-toolchain-precise-3.5
34-
#- llvm-toolchain-precise-3.6
35-
#- llvm-toolchain-precise-3.7
36-
37-
#- lucid
38-
#- mariadb-10.0
39-
#- mongodb-upstart
40-
#- mongodb-precise
41-
#- partner-precise
42-
#- pgavin-ghdl
43-
#- pov-wkhtmltopdf
44-
#- precise-pgdg-9.5
45-
#- pypy
46-
#- pythonxy-devel
47-
#- rabbitmq-precise
48-
#- ubuntu-sdk-team
49-
50-
#- r-packages-trusty
51-
#- rabbitmq-testing
52-
#- mopidy-stable
5315
packages:
5416
- python3
5517
- python3.4
5618
- gcc-4.7
57-
#- gcc-multilib
58-
- gcc-arm-none-eabi
19+
- gcc-multilib
20+
#- gcc-arm-none-eabi
5921
- qemu-system
6022
- mingw32
6123

@@ -76,7 +38,7 @@ script:
7638
- make -C minimal test CC=gcc-4.7
7739
- make -C unix deplibs CC=gcc-4.7
7840
- make -C unix CC=gcc-4.7
79-
- make -C bare-arm
41+
#- make -C bare-arm
8042
#- make -C qemu-arm test
8143
#- make -C stmhal
8244
#- make -C stmhal -B MICROPY_PY_WIZNET5K=1 MICROPY_PY_CC3K=1

0 commit comments

Comments
 (0)
0