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 | 38e6f00dcaaa09edfa156eb74bb19b8e1c474f8f (patch) | |
tree | 4fe873daa02a59d49ea1e9a017e76b17eef5bbab /.travis.yml | |
parent | 8b9aae7cff1efd1be195cdd000b21546bd5fca04 (diff) |
new deps
Diffstat (limited to '.travis.yml')
-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 |