Skip to content

Commit dc552a8

Browse files
committed
Travis: Updated build environment to Xenial.
1 parent 381bbba commit dc552a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: cpp
2+
dist: xenial
23
compiler:
34
- clang
45
- gcc
@@ -8,7 +9,7 @@ matrix:
89
- compiler: clang
910
before_install:
1011
- sudo apt-get update -qq
11-
- 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
1213
- gem install coveralls-lcov
1314
script:
1415
- mkdir -p build

0 commit comments

Comments
 (0)