travis: Execute tests instead of rebuilding the container again in the script phase
This commit is contained in:
committed by
Paul Beckingham
parent
d748650691
commit
53b5e5c8ee
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user