More Travis fixing.

This commit is contained in:
Rene Rivera
2015-05-21 11:41:49 -05:00
parent f132b81c8c
commit 3ae4a6a688

View File

@ -7,7 +7,7 @@ compiler:
install:
- wget "https://github.com/boostorg/build/archive/develop.tar.gz"
- tar -xzvf develop.tar.gz
- cd build-develop && ./bootstrap && sudo ./b2 install --prefix=/usr
- cd build-develop && ./bootstrap.sh && sudo ./b2 install --prefix=/usr
before_script:
- 'echo "project ROOT : : : build-dir bin ;" > jamroot.jam'