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 381bbba commit dc552a8Copy full SHA for dc552a8
.travis.yml
@@ -1,4 +1,5 @@
1
language: cpp
2
+dist: xenial
3
compiler:
4
- clang
5
- gcc
@@ -8,7 +9,7 @@ matrix:
8
9
- compiler: clang
10
before_install:
11
- sudo apt-get update -qq
-- sudo apt-get install -qq libboost-chrono1.54-dev libboost-date-time1.54-dev libboost-test1.54-dev libboost-system1.54-dev libboost-filesystem1.54-dev libboost-timer1.54-dev libboost-program-options1.54-dev libboost-thread1.54-dev python-yaml lcov
12
+- sudo apt-get install -qq libboost-chrono-dev libboost-date-time-dev libboost-test-dev libboost-system-dev libboost-filesystem-dev libboost-timer-dev libboost-program-options-dev libboost-thread-dev python-yaml lcov
13
- gem install coveralls-lcov
14
script:
15
- mkdir -p build
0 commit comments