Move CI related scripts to .ci directory

This commit is contained in:
Alexandre Archambault 2016-05-06 13:54:29 +02:00
parent c3ed92362a
commit 4cff20b205
No known key found for this signature in database
GPG Key ID: 14640A6839C263A9
4 changed files with 1 additions and 1 deletions

View File

@ -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)