From 30dc6d963e4dc4ea5e5d38f217361e4f3f8c942f Mon Sep 17 00:00:00 2001 From: Richard Murray Date: Sat, 8 Jun 2019 19:42:45 -0700 Subject: [PATCH] return errors from examples/run_examples.sh correctly --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 110a38ffb..f9cdaa0e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -84,14 +84,11 @@ script: # set PYTHONPATH for examples # pmw needed for examples/tfvis.py # future is needed for Python 2, also for examples/tfvis.py - - if [[ "$SLYCOT" != "" ]]; then export PYTHONPATH=$PWD; conda install -c conda-forge pmw future; - cd examples; bash run_examples.sh; cd ..; + (cd examples; bash run_examples.sh); fi -# arbitrary change to try to trigger travis build - after_success: - coveralls