Skip to content
This repository was archived by the owner on Sep 2, 2018. It is now read-only.

Commit abe278c

Browse files
author
Dylan McKay
committed
Remove compiler-rt from travis
1 parent c1e4650 commit abe278c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ compiler:
55

66
# Attempt to get the right GCC/Clang versions
77
before_script:
8-
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
98
- sudo add-apt-repository -y ppa:kubuntu-ppa/backports
109
- sudo apt-get update -qq
1110
- sudo apt-get install cmake
12-
- sudo apt-get install gcc-avr binutils-avr avr-libc
1311
- if [ "$CXX" = "clang++" ]; then sudo apt-get install -qq libstdc++-4.8-dev; fi
1412
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
1513
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
@@ -25,5 +23,3 @@ script:
2523
- cd ../
2624
# Run the AVR test-suite
2725
- llvm-lit -v `find ./test -type d -name AVR`
28-
# Verify every MC test against AVR-GCC
29-
- ./utils/AVR/validate-mc-against-gcc.sh ./test/MC/AVR

0 commit comments

Comments
 (0)