mirror of https://github.com/sbt/sbt.git
Move CI related scripts to .ci directory
This commit is contained in:
parent
c3ed92362a
commit
4cff20b205
|
|
@ -6,7 +6,7 @@ install:
|
|||
os:
|
||||
- osx
|
||||
script:
|
||||
- project/travis.sh "${TRAVIS_SCALA_VERSION:-2.11.8}" "$TRAVIS_PULL_REQUEST" "$TRAVIS_BRANCH" "$PUBLISH"
|
||||
- .ci/travis.sh "${TRAVIS_SCALA_VERSION:-2.11.8}" "$TRAVIS_PULL_REQUEST" "$TRAVIS_BRANCH" "$PUBLISH"
|
||||
# Uncomment once https://github.com/scoverage/sbt-scoverage/issues/111 is fixed
|
||||
# after_success:
|
||||
# - bash <(curl -s https://codecov.io/bash)
|
||||
|
|
|
|||
Loading…
Reference in New Issue