Skip to content

Commit

Permalink
.travis.yml: split publishing into after_success; caching dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg committed Apr 6, 2015
1 parent 300d0b1 commit 826dd03
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
language: scala
script: sbt +test +publish +coveralls +package
cache:
directories:
- $HOME/.ivy2
- $HOME/.sbt
script: sbt +test +coveralls
after_success: sbt +package +publish
env:
global:
secure: APrQBWcOM2kkihTSSPIEiPEAIiM1Gi1HLNK6Sz/cBtRttXVnMUr7CHU9hbPKtJP94iYmc3gZKY5YjZVG7oKh1B3hUx7booHMPS0fyaC0bxUwRLSWIrav+c2cTzwYvoKz4smS81njrq+i4F/g/+05jqsiwSu7bpjiueiXjROXLZk=
Expand Down

0 comments on commit 826dd03

Please sign in to comment.