Skip to content

Commit

Permalink
[CI][NONE] - release command, fixing stage title
Browse files Browse the repository at this point in the history
  • Loading branch information
fsanaulla committed Dec 27, 2018
1 parent 62b27d7 commit a0b2e3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
script: sbt ++2.11.8 coreTest macrosTest akkaTest ahcTest urlTest
name: "Running test on scala 2.11.8"
- script: sbt ++2.12.8 coreTest macrosTest akkaTest ahcTest urlTest
name: "Running test on scala 2.12.7"
name: "Running test on scala 2.12.8"
- stage: deploy
script: ./scripts/publish.sh

Expand Down
1 change: 1 addition & 0 deletions release.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
addCommandAlias("fullRelease", ";clean;publishSigned;sonatypeRelease")

0 comments on commit a0b2e3c

Please sign in to comment.