Skip to content

Commit 3340136

Browse files
committed
[CI] travis try-and-error again -.- 3
1 parent 1f1cfd1 commit 3340136

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.travis.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ sudo: required
22
dist: trusty
33
language: cpp
44
before_install:
5-
- test $(uname) = "Linux" && sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
6-
- test $(uname) = "Linux" && sudo add-apt-repository -y ppa:george-edison55/cmake-3.x
7-
- test $(uname) = "Linux" && sudo add-apt-repository -y 'deb http://llvm.org/apt/trusty/ llvm-toolchain-trusty-3.8 main'
8-
- test $(uname) = "Linux" && sudo add-apt-repository -y 'deb http://llvm.org/apt/trusty/ llvm-toolchain-trusty-3.9 main'
9-
- test $(uname) = "Linux" && wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -
10-
- test $(uname) = "Linux" && sudo apt-get update -y
11-
- test $(uname) = "Linux" && sudo apt-get install -qq -y g++-4.9 g++-5 g++-6 clang-3.8 clang-3.9 cmake cmake-data zlib1g-dev libbz2-dev
12-
- test $(uname) = "Darwin" && sudo brew update
13-
- test $(uname) = "Darwin" && sudo brew tap homebrew/versions
14-
- test $(uname) = "Darwin" && sudo brew install gcc5
15-
- test $(uname) = "Darwin" && sudo brew install gcc6
5+
- test $(uname) = "Linux" && sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test || true
6+
- test $(uname) = "Linux" && sudo add-apt-repository -y ppa:george-edison55/cmake-3.x || true
7+
- test $(uname) = "Linux" && sudo add-apt-repository -y 'deb http://llvm.org/apt/trusty/ llvm-toolchain-trusty-3.8 main' || true
8+
- test $(uname) = "Linux" && sudo add-apt-repository -y 'deb http://llvm.org/apt/trusty/ llvm-toolchain-trusty-3.9 main' || true
9+
- test $(uname) = "Linux" && wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add - || true
10+
- test $(uname) = "Linux" && sudo apt-get update -y || true
11+
- test $(uname) = "Linux" && sudo apt-get install -qq -y g++-4.9 g++-5 g++-6 clang-3.8 clang-3.9 cmake cmake-data zlib1g-dev libbz2-dev || true
12+
- test $(uname) = "Darwin" && sudo brew update || true
13+
- test $(uname) = "Darwin" && sudo brew tap homebrew/versions || true
14+
- test $(uname) = "Darwin" && sudo brew install gcc5 || true
15+
- test $(uname) = "Darwin" && sudo brew install gcc6 || true
1616
matrix:
1717
include:
1818
- os: linux

0 commit comments

Comments
 (0)