Skip to content

Commit

Permalink
Merge pull request #60 from niklas88/gcc-5-travis
Browse files Browse the repository at this point in the history
Travis: Install and use GCC 5
  • Loading branch information
niklas88 committed Jun 8, 2018
2 parents e3adbd7 + f5e4c64 commit 85d3808
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,22 @@ language: c++
sudo: false
dist: trusty

compiler:
- gcc

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

compiler:
- gcc-5

before_script:
- $CXX --version
- mkdir build
- cd build
- cmake ..
Expand Down

0 comments on commit 85d3808

Please sign in to comment.