Skip to content

Commit

Permalink
Fix travis config (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtebbs authored Aug 25, 2020
1 parent d5768ab commit 864be23
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,10 @@ compiler:
os:
- linux

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-5
- g++-5

before_install:
- 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

before_script:
- git submodule init && git submodule update
Expand Down

0 comments on commit 864be23

Please sign in to comment.