Skip to content

Commit

Permalink
typo: add back in the semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
dpark01 committed Nov 3, 2017
1 parent b8de193 commit 5d7496a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -79,8 +79,8 @@ script:
- if [ -n "$PERFORM_TESTING" ]; then travis/tests-long.sh; fi
- if [ -n "$PERFORM_TESTING" ]; then travis/tests-unit.sh; fi
- if [[ "$BUILD_PACKAGE" == "conda" ]]; then travis_wait travis/build-conda.sh; fi
- if [[ "$BUILD_PACKAGE" == "docker" ]]; then docker pull broadinstitute/viral-ngs:latest fi
- if [[ "$BUILD_PACKAGE" == "docker" ]]; then travis_wait docker build -t local/viral-ngs:build --cache-from broadinstitute/viral-ngs:latest . fi
- if [[ "$BUILD_PACKAGE" == "docker" ]]; then docker pull broadinstitute/viral-ngs:latest; fi
- if [[ "$BUILD_PACKAGE" == "docker" ]]; then travis_wait docker build -t local/viral-ngs:build --cache-from broadinstitute/viral-ngs:latest .; fi
- if [[ "$BUILD_PACKAGE" == "docker" ]]; then docker run --rm local/viral-ngs:build assembly.py --help; fi
- if [ -n "$BUILD_DOCS" ]; then travis/build-docs.sh; fi

Expand Down

0 comments on commit 5d7496a

Please sign in to comment.