travis: Execute tests instead of rebuilding the container again in the script phase

This commit is contained in:
Tomas Babej 2019-01-01 11:07:02 -05:00
parent 90170a5820
commit 311334f4eb

View file

@ -22,4 +22,4 @@ install:
- pushd $TRAVIS_BUILD_DIR
- if [[ $CONTAINER != "osx" ]]; then docker-compose build test-$CONTAINER; fi
script:
- if [[ $CONTAINER != "osx" ]]; then docker-compose build test-$CONTAINER; else uname -a; fi
- if [[ $CONTAINER != "osx" ]]; then docker-compose up test-$CONTAINER; else bash test/scripts/test_osx.sh ; fi