Skip to content

Commit

Permalink
Fix syntax errors in the Travis deploy script.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd committed May 16, 2020
1 parent b22548b commit 88369de
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 88369de

Please sign in to comment.