forked from premiere/premiere-libtorrent
update boost package in travis.yml
This commit is contained in:
parent
c9651012bc
commit
e0f31226db
|
@ -1,7 +1,7 @@
|
||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install libboost-dev boost-build boost-jam; fi
|
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install libboost1.48-dev; fi
|
||||||
- if [ $TRAVIS_OS_NAME == osx ]; then sudo port install boost boost-jam boost-build; fi
|
- if [ $TRAVIS_OS_NAME == osx ]; then sudo port install boost boost-jam boost-build; fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue