forked from premiere/premiere-libtorrent
update boost package again, in travis.yml
This commit is contained in:
parent
5cb126ac1d
commit
d91dfcb974
|
@ -1,8 +1,8 @@
|
||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install libboost1.54-dev; fi
|
- if [ $TRAVIS_OS_NAME == linux ]; then sudo add-apt-repository ppa:boost-latest/ppa; sudo apt-get update -qq; sudo apt-get install libboost1.54-dev; fi
|
||||||
- if [ $TRAVIS_OS_NAME == osx ]; then sudo port install boost boost-jam boost-build; fi
|
- if [ $TRAVIS_OS_NAME == osx ]; then sudo brew install boost boost-build; fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd test; bjam -j2
|
- cd test; bjam -j2
|
||||||
|
|
Loading…
Reference in New Issue