diff options
author | John Hodge <tpg@mutabah.net> | 2016-10-20 11:17:44 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-10-20 11:17:44 +0800 |
commit | df0077939a0008965fe838ec88f4db66cc86ff45 (patch) | |
tree | 094494806e69155d7b21e99044f4567927c9a183 | |
parent | 963497ffa764f3fd7b3fde0333391919bc485e74 (diff) | |
download | mrust-df0077939a0008965fe838ec88f4db66cc86ff45.tar.gz |
travis-ci - Boost, take 2
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e73d36d0..0f361427 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,10 @@ language: cpp -install: make libboost-dev libboost-iostreams-dev +addons: + apt: + packages: + - libboost-dev + - libboost-iostreams-dev +install: make sudo: false |