mirror of https://github.com/sbt/sbt.git
Tweak Travis CI conf
This commit is contained in:
parent
697d84ea1a
commit
2e9d58808d
|
|
@ -20,6 +20,10 @@ jobs:
|
|||
- env: LM_COURSIER=1 TEST_GROUP=2
|
||||
- stage: release
|
||||
script: sbt ci-release
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- /^v\d+\.\d+.*$/ # tagged versions
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.ivy2/cache
|
||||
|
|
|
|||
Loading…
Reference in New Issue