Skip to content

Commit

Permalink
Fix an issue with the Travis CI deployment YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
rexwangcc authored Jul 9, 2019
1 parent cc321d2 commit 56d502e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
- stage: Unit Test
sudo: required
services: docker
script: cd cromwell_tools/tests && bash test.sh
script:
- cd cromwell_tools/tests && bash test.sh
- cd -

notifications:
slack:
Expand Down

0 comments on commit 56d502e

Please sign in to comment.