Skip to content

Commit

Permalink
Merge 2 lines in 'script' deploy into one (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof authored and ennru committed Jan 11, 2018
1 parent a156045 commit 1f19873
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ cache:
deploy:
provider: script
skip_cleanup: true
script:
- sbt 'set credentials += Credentials("whitesource", "whitesourcesoftware.com", "", System.getenv("WHITESOURCE_KEY"))' whitesourceCheckPolicies whitesourceUpdate
- sbt -J-XX:ReservedCodeCacheSize=128m ++$TRAVIS_SCALA_VERSION publish && curl -I https://ci.lightbend.com/job/techhub-publisher/build?token=$TECH_HUB_TOKEN
script: sbt 'set credentials += Credentials("whitesource", "whitesourcesoftware.com", "", System.getenv("WHITESOURCE_KEY"))' whitesourceCheckPolicies whitesourceUpdate && sbt -J-XX:ReservedCodeCacheSize=128m ++$TRAVIS_SCALA_VERSION publish && curl -I https://ci.lightbend.com/job/techhub-publisher/build?token=$TECH_HUB_TOKEN
on:
tags: true
repo: akka/alpakka
Expand Down

0 comments on commit 1f19873

Please sign in to comment.