Searched full:travis_terminate (Results 1 – 2 of 2) sorted by relevance
57 ninja -C _build || travis_terminate 1;58 ninja -C _build test || travis_terminate 1;59 ninja -C _build install || travis_terminate 1;62 scons force_scons=1 || travis_terminate 1;63 scons force_scons=1 check || travis_terminate 1;
9 if [ $TRAVIS_RUST_VERSION = stable ]; then cargo test --verbose || travis_terminate 1; fi