summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 9 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index ac35a12..f9840b4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,9 +3,15 @@ script:
- cmake .
- make
- make test
-before_script:
- - sudo apt-get update -qq
- - sudo apt-get install -qq libboost-all-dev
+sudo: false
+addons:
+apt:
+ sources:
+ - ubuntu-toolchain-r-test
+ packages:
+ - cmake
+ - gcc
+ - libboost-all-dev
notifications:
email:
recipients: