remove tabs from travis.yml

This commit is contained in:
arvidn 2015-06-04 20:17:23 -04:00
parent 4a956e1980
commit c9651012bc
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
language: cpp
before_script:
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install libboost-dev boost-build boost-jam; fi
- if [ $TRAVIS_OS_NAME == osx ]; then sudo port install boost boost-jam boost-build; fi
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install libboost-dev boost-build boost-jam; fi
- if [ $TRAVIS_OS_NAME == osx ]; then sudo port install boost boost-jam boost-build; fi
script:
- cd test; bjam -j2
- cd test; bjam -j2