Skip to content

Commit

Permalink
Merge pull request #339 from sjrd/fix-syntax-error-in-travis-deploy
Browse files Browse the repository at this point in the history
Fix syntax errors in the Travis deploy script.
  • Loading branch information
cquiroz authored May 16, 2020
2 parents b22548b + 88369de commit be0ad5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ script:
after_success:
- if [ $TRAVIS_PULL_REQUEST = 'false' ] && [ -n "$TRAVIS_TAG" ]; then
if [ $TRAVIS_SBT_VERSION = '1.2.8' ] && [ $SCALAJS_VERSION = '1.0.0' ]; then
sbt scalajs-bundler-linker/publishSigned
fi
sbt scalajs-bundler-linker/publishSigned;
fi;
sbt ";^^$TRAVIS_SBT_VERSION; sbt-scalajs-bundler/publishSigned; sbt-web-scalajs-bundler/publishSigned; sonatypeReleaseAll; manual/makeSite; manual/ghpagesPushSite";
fi
cache:
Expand Down

0 comments on commit be0ad5f

Please sign in to comment.