8000 travis: Sixth try: properly fix .travis.yml. · rpavlik/circuitpython@c80d71c · GitHub
[go: up one dir, main page]

Skip to content

Commit c80d71c

Browse files
committed
travis: Sixth try: properly fix .travis.yml.
1 parent dbc9a8a commit c80d71c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ addons:
1212
- python3
1313
- python3.4
1414
- gcc-4.7
15-
- qemu-system
16-
- mingw32
1715
#- gcc-multilib
1816
#- gcc-arm-none-eabi
17+
- qemu-system
18+
- mingw32
1919

20-
#before_script:
20+
before_script:
2121
# - sudo add-apt-repository -y ppa:fkrull/deadsnakes
2222
# - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
2323
# - sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded

0 commit comments

Comments
 (0)
0