From 7de033a68f1e9cb171f1a349c7421bd384692647 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Tue, 21 Feb 2017 15:57:42 +0100 Subject: [PATCH] Move all scripts under scripts/ --- .travis.yml | 2 +- {project => scripts}/generate-launcher.sh | 0 {project => scripts}/generate-sbt-launcher.sh | 0 {project => scripts}/generate-standalone-launcher.sh | 0 {.ci => scripts}/java-6-test.sh | 0 {.ci => scripts}/push-gh-pages-helper.sh | 0 {.ci => scripts}/push-gh-pages.sh | 0 {.ci => scripts}/travis.sh | 2 +- 8 files changed, 2 insertions(+), 2 deletions(-) rename {project => scripts}/generate-launcher.sh (100%) rename {project => scripts}/generate-sbt-launcher.sh (100%) rename {project => scripts}/generate-standalone-launcher.sh (100%) rename {.ci => scripts}/java-6-test.sh (100%) rename {.ci => scripts}/push-gh-pages-helper.sh (100%) rename {.ci => scripts}/push-gh-pages.sh (100%) rename {.ci => scripts}/travis.sh (98%) diff --git a/.travis.yml b/.travis.yml index b9d531540..726eee302 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ install: os: - osx script: - - .ci/travis.sh "${TRAVIS_SCALA_VERSION:-2.11.8}" "$TRAVIS_PULL_REQUEST" "$TRAVIS_BRANCH" "$PUBLISH" + - scripts/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) diff --git a/project/generate-launcher.sh b/scripts/generate-launcher.sh similarity index 100% rename from project/generate-launcher.sh rename to scripts/generate-launcher.sh diff --git a/project/generate-sbt-launcher.sh b/scripts/generate-sbt-launcher.sh similarity index 100% rename from project/generate-sbt-launcher.sh rename to scripts/generate-sbt-launcher.sh diff --git a/project/generate-standalone-launcher.sh b/scripts/generate-standalone-launcher.sh similarity index 100% rename from project/generate-standalone-launcher.sh rename to scripts/generate-standalone-launcher.sh diff --git a/.ci/java-6-test.sh b/scripts/java-6-test.sh similarity index 100% rename from .ci/java-6-test.sh rename to scripts/java-6-test.sh diff --git a/.ci/push-gh-pages-helper.sh b/scripts/push-gh-pages-helper.sh similarity index 100% rename from .ci/push-gh-pages-helper.sh rename to scripts/push-gh-pages-helper.sh diff --git a/.ci/push-gh-pages.sh b/scripts/push-gh-pages.sh similarity index 100% rename from .ci/push-gh-pages.sh rename to scripts/push-gh-pages.sh diff --git a/.ci/travis.sh b/scripts/travis.sh similarity index 98% rename from .ci/travis.sh rename to scripts/travis.sh index f28ce63b3..6d6093f07 100755 --- a/.ci/travis.sh +++ b/scripts/travis.sh @@ -77,7 +77,7 @@ SBT_COMMANDS="$SBT_COMMANDS tut coreJVM/mimaReportBinaryIssues cache/mimaReportB ~/sbt ++${TRAVIS_SCALA_VERSION} $SBT_COMMANDS -.ci/java-6-test.sh +scripts/java-6-test.sh if isNotPr && publish && isMaster; then ~/sbt ++${TRAVIS_SCALA_VERSION} publish