travis script polishing

This commit is contained in:
arvidn 2015-09-16 20:26:13 -04:00
parent 4b27ad80b8
commit c97bf4a0f4
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ addons:
- g++-4.8
before_install:
- git submodule update --init --recursive
- if [ $TRAVIS_OS_NAME == "osx" ]; then brew install --quiet ccache boost-build boost-python; fi
- git submodule update --init --recursive --depth=1
- if [ $TRAVIS_OS_NAME == "osx" ]; then brew update > /dev/null && brew install --quiet ccache boost-build boost-python; fi
# disable simulations on OSX for now. It hangs on travis
- if [ $TRAVIS_OS_NAME == "osx" ]; then export toolset="darwin-${lang}"; export sim="0"; fi