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

Commit 4caf6ff

Browse files
committed
Fix travis
1 parent 40d3611 commit 4caf6ff

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.travis.yml

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

34
compiler:
45
- clang
56

7+
matrix:
8+
include:
9+
- env: CLANG_VERSION=3.7 CPP=11 LIBCXX=On
10+
os: linux
11+
addons: *clang37
12+
613
# Attempt to get the right GCC/Clang versions
714
before_script:
8-
- sudo add-apt-repository -y ppa:kubuntu-ppa/backports
15+
- sudo add-apt-repository ppa:kubuntu-ppa/backports -y
916
- sudo apt-get update -qq
1017
- 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
1418
- git clone --depth=1 https://github.com/avr-llvm/clang.git tools/clang
1519
- git clone --depth=1 https://github.com/avr-llvm/compiler-rt.git projects/compiler-rt
1620

0 commit comments

Comments
 (0)