diff options
author | Chris Dyer <cdyer@Chriss-MacBook-Air.local> | 2013-01-19 19:21:24 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@Chriss-MacBook-Air.local> | 2013-01-19 19:21:24 -0500 |
commit | 12ad52c39cb5bbe2082da5bd7c620c94a7fad4ca (patch) | |
tree | ce7b1c7bc312f2926604319ccfa7863669ca8209 | |
parent | 9e36263f64d6f5150f1b552dd77bde971d605376 (diff) |
new deps
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f3c418b5..14b625ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,9 @@ before_script: - sudo apt-get install libboost-regex-dev - sudo apt-get install libboost-test-dev - sudo apt-get install libboost-system-dev + - sudo apt-get install libboost-timer-dev + - sudo apt-get install libboost-chrono-dev + - sudo apt-get install libboost-thread-dev - sudo apt-get install flex - autoreconf -ifv - ./configure |