Skip to content

Commit fc6ec59

Browse files
author
Peter Thorson
committed
more travis updates
1 parent a01cce3 commit fc6ec59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ compiler:
33
- gcc
44
before_install:
55
#- sudo apt-get install libboost-chrono1.48-dev libboost-regex1.48-dev libboost-system1.48-dev libboost-thread1.48-dev libboost-test1.48-dev libboost-random1.48-dev -y
6-
- sudo add-apt-repository -y ppa:boost-latest/ppa && sudo apt-get update -q && sudo apt-get install -y boost1.55
6+
- sudo add-apt-repository -y ppa:boost-latest/ppa && sudo apt-get update -q && sudo apt-get install -y libboost-chrono1.55-dev libboost-random1.55-dev libboost-regex1.55-dev libboost-system1.55-dev libboost-thread1.55-dev libboost-test1.55-dev
77
env:
88
global:
99
- BOOST_INCLUDES=/usr/include
10-
- BOOST_LIBS=/usr/lib
10+
- BOOST_LIBS=/usr/lib/x86_64-linux-gnu
1111
script: scons -j 2 && scons test
1212
branches:
1313
only:

0 commit comments

Comments
 (0)