mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
travis: Fix bash syntax error
This commit is contained in:
parent
4fdb042ad4
commit
d543b4c625
1 changed files with 2 additions and 2 deletions
|
@ -20,6 +20,6 @@ matrix:
|
||||||
install:
|
install:
|
||||||
# Build the docker container
|
# Build the docker container
|
||||||
- pushd $TRAVIS_BUILD_DIR
|
- pushd $TRAVIS_BUILD_DIR
|
||||||
- if [[ $CONTAINER != "osx" ]]; then docker-compose build test-$CONTAINER; done
|
- if [[ $CONTAINER != "osx" ]]; then docker-compose build test-$CONTAINER; fi
|
||||||
script:
|
script:
|
||||||
- if [[ $CONTAINER != "osx" ]]; then docker-compose build test-$CONTAINER; else uname -a; done
|
- if [[ $CONTAINER != "osx" ]]; then docker-compose build test-$CONTAINER; else uname -a; fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue