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

Commit 004f264

Browse files
committed
Fix travis
1 parent 40d3611 commit 004f264

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.travis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
language: cpp
2+
script: cmake
23

3-
compiler:
4-
- clang
4+
matrix:
5+
include:
6+
- env: CLANG_VERSION=3.7 CPP=11 LIBCXX=On
7+
os: linux
8+
addons: *clang37
59

610
# Attempt to get the right GCC/Clang versions
711
before_script:
8-
- sudo add-apt-repository -y ppa:kubuntu-ppa/backports
12+
- sudo add-apt-repository ppa:kubuntu-ppa/backports -y
913
- sudo apt-get update -qq
1014
- sudo apt-get install cmake
11-
- if [ "$CXX" = "clang++" ]; then sudo apt-get install -qq libstdc++-4.8-dev; fi
12-
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
13-
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
1415
- git clone --depth=1 https://github.com/avr-llvm/clang.git tools/clang
1516
- git clone --depth=1 https://github.com/avr-llvm/compiler-rt.git projects/compiler-rt
1617

0 commit comments

Comments
 (0)