diff options
author | Chris Dyer <cdyer@allegro.clab.cs.cmu.edu> | 2013-01-19 19:49:56 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@allegro.clab.cs.cmu.edu> | 2013-01-19 19:49:56 -0500 |
commit | d89ea1e829d5f5cd5bee092091739907c642181c (patch) | |
tree | 9a31e76272e1131f44f6d523669cd5746dca61e2 /.travis.yml | |
parent | eccb84332d9765a0c6afedc77ebdca60c83b249f (diff) |
newer versions of boost libs
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml index 38dbd2fa..c67c5b43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,15 +2,14 @@ language: python python: - "2.7" before_script: - - sudo apt-get install libboost-program-options-dev - - sudo apt-cache search boost - - sudo apt-get install libboost-serialization-dev - - 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 libboost-program-options1.48-dev + - sudo apt-get install libboost-serialization1.48-dev + - sudo apt-get install libboost-regex1.48-dev + - sudo apt-get install libboost-test1.48-dev + - sudo apt-get install libboost-system1.48-dev + - sudo apt-get install libboost-timer1.48-dev + - sudo apt-get install libboost-chrono1.48-dev + - sudo apt-get install libboost-thread1.48-dev - sudo apt-get install flex - autoreconf -ifv - ./configure |