okay, let's not do that with travis_wait

This commit is contained in:
Joseph Lenox 2018-07-11 18:14:58 -05:00 committed by Joseph Lenox
parent 7e41496f56
commit 39904d993e

View File

@ -2,7 +2,7 @@ language: generic
before_install:
- sh package/linux/travis-decrypt-key
script:
- travis_wait 30 bash package/linux/travis-setup.sh
- bash package/linux/travis-setup.sh
- if [[ "$BUILD_PL" == false ]]; then mkdir build && cd build; fi
- if [[ "$BUILD_PL" == false ]]; then cmake -DBOOST_ROOT=$BOOST_DIR -DSLIC3R_STATIC=ON ../src; fi
- if [[ "$BUILD_PL" == false ]]; then cmake --build .; fi