mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
travis: Execute tests instead of rebuilding the container again in the script phase
This commit is contained in:
parent
90170a5820
commit
311334f4eb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue