Skip to content

Commit 24a589d

Browse files
committed
syntax error in travis.yml
1 parent 73840db commit 24a589d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ script:
1919

2020
after_success:
2121
- sbt coveralls
22-
- [[ $TRAVIS_PULL_REQUEST == "false" ]] && [[ $TRAVIS_BRANCH == "develop"* ]] && sbt publish
22+
- "[[ $TRAVIS_PULL_REQUEST == 'false' && $TRAVIS_BRANCH == 'develop'* ]] && sbt publish"
2323

2424
env:
2525
global:

0 commit comments

Comments
 (0)