diff --git a/project/push-gh-pages-helper.sh b/.ci/push-gh-pages-helper.sh similarity index 100% rename from project/push-gh-pages-helper.sh rename to .ci/push-gh-pages-helper.sh diff --git a/project/push-gh-pages.sh b/.ci/push-gh-pages.sh similarity index 100% rename from project/push-gh-pages.sh rename to .ci/push-gh-pages.sh diff --git a/project/travis.sh b/.ci/travis.sh similarity index 100% rename from project/travis.sh rename to .ci/travis.sh diff --git a/.travis.yml b/.travis.yml index d7a69943d..2f6ffe43f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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)