We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5768ab commit 864be23Copy full SHA for 864be23
.travis.yml
@@ -6,16 +6,10 @@ compiler:
6
os:
7
- linux
8
9
-addons:
10
- apt:
11
- sources:
12
- - ubuntu-toolchain-r-test
13
- packages:
14
- - gcc-5
15
- - g++-5
16
-
17
before_install:
18
- - sudo apt-get install build-essential git libboost-all-dev cmake libgmp3-dev libssl-dev libprocps3-dev pkg-config
+ - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
+ - sudo apt-get -q update
+ - sudo apt-get install build-essential git libboost-all-dev cmake libgmp3-dev libssl-dev libprocps3-dev pkg-config gcc-5 g++-5
19
20
before_script:
21
- git submodule init && git submodule update
0 commit comments