mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-27 04:34:59 +01:00
Move Travis-specific scripts into tool/travis
This commit is contained in:
parent
446708f60c
commit
eebde6d81c
@ -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}
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user