Skip to content

Commit

Permalink
Merge pull request #122 from accelerated/travis-update
Browse files Browse the repository at this point in the history
Updated travis file for c++17 and bionic distro
  • Loading branch information
Alex Damian authored Nov 4, 2019
2 parents 4f2ff8e + 8a0e5b0 commit 0e38871
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,20 @@ compiler:

os: linux

dist: xenial
dist: bionic

addons:
apt:
update: true
sources:
# Remove when 'bionic' or 'cosmic' dists are available
- sourceline: 'ppa:mhier/libboost-latest'
packages:
# Change to libboost-coroutine-dev when 'bionic' or 'cosmic' dists are available
- libboost1.68-dev
- libboost1.70-dev
- valgrind
env:
- CXXSTANDARD=11
- CXXSTANDARD=14
- CXXSTANDARD=17

before_script:
- git clone https://github.com/google/googletest.git
Expand Down

0 comments on commit 0e38871

Please sign in to comment.