Move Travis-specific scripts into tool/travis

This commit is contained in:
Natalie Weizenbaum 2018-06-05 15:35:20 -04:00
parent 446708f60c
commit eebde6d81c
5 changed files with 4 additions and 4 deletions

View File

@ -56,7 +56,7 @@ install:
# Download sass-spec and install its dependencies if we're running specs.
- if-specs() { if [ "$TASK" = specs ]; then "$@"; fi }
- if-specs export sass_spec_ref=`tool/sass-spec-ref.sh`
- if-specs export sass_spec_ref=`tool/travis/sass-spec-ref.sh`
- if-specs git init sass-spec
- if-specs git -C sass-spec fetch git://github.com/sass/sass-spec "$sass_spec_ref" --depth 1
- if-specs git -C sass-spec checkout FETCH_HEAD
@ -111,7 +111,7 @@ jobs:
deploy:
# Deploy to GitHub, npm, pub, Homebrew.
provider: script
script: tool/deploy.sh
script: tool/travis/deploy.sh
# Don't clean up the Dart SDK.
skip_cleanup: true
@ -140,5 +140,5 @@ jobs:
provider: script
# Heroku doesn't have a public API endpoint for this yet, so we use the
# private endpoint instead.
script: tool/deploy-heroku.sh
script: tool/travis/deploy/heroku.sh
on: {tags: true}

View File

@ -3,7 +3,7 @@
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT.
openssl aes-256-cbc -K $encrypted_d472b0f964cc_key -iv $encrypted_d472b0f964cc_iv -in tool/encrypted/credentials.tar.enc \
openssl aes-256-cbc -K $encrypted_d472b0f964cc_key -iv $encrypted_d472b0f964cc_iv -in tool/travis/credentials.tar.enc \
-out credentials.tar -d
mkdir -p ~/.pub-cache