Home
last modified time | relevance | path

Searched full:travis_terminate (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/
D.travis.yml57 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;
/external/rust/crates/unicode-segmentation/
D.travis.yml9 if [ $TRAVIS_RUST_VERSION = stable ]; then cargo test --verbose || travis_terminate 1; fi