summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-10-20 11:27:47 +0800
committerJohn Hodge <tpg@mutabah.net>2016-10-20 11:27:47 +0800
commitd5f54b9ab067b647f973c492fef892cf3fc43f23 (patch)
tree5da79e6acbf84fe6e15eedc06e746b6d12f34627 /.travis.yml
parentdf0077939a0008965fe838ec88f4db66cc86ff45 (diff)
downloadmrust-d5f54b9ab067b647f973c492fef892cf3fc43f23.tar.gz
travis-ci - boost, take 3
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 0f361427..c8fb6a7c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,4 @@
language: cpp
-addons:
- apt:
- packages:
- - libboost-dev
- - libboost-iostreams-dev
install: make
sudo: false
@@ -17,6 +12,8 @@ matrix:
- ubuntu-toolchain-r-test
packages:
- g++-6
+ - libboost-dev
+ - libboost-iostreams-dev
env:
- MATRIX_EVAL="CC=gcc-6 && CXX=g++-6"
- os: linux
@@ -26,6 +23,8 @@ matrix:
- ubuntu-toolchain-r-test
packages:
- g++-5
+ - libboost-dev
+ - libboost-iostreams-dev
env:
- MATRIX_EVAL="CC=gcc-5 && CXX=g++-5"