Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Feb 4, 2018
1 parent b18035e commit 9c3911b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
language: ruby
env:
# Language specs, defined in sass/sass-spec
- TASK=specs DART_CHANNEL=dev DART_VERSION=latest
- TASK=specs DART_CHANNEL=stable DART_VERSION=latest
- TASK=specs DART_CHANNEL=stable DART_VERSION=latest ASYNC=true

# Unit tests, defined in test/.
- TASK=tests DART_CHANNEL=dev DART_VERSION=latest
- TASK=tests DART_CHANNEL=stable DART_VERSION=latest
- TASK=tests DART_CHANNEL=dev DART_VERSION=latest NODE_VERSION=stable
- TASK=tests DART_CHANNEL=dev DART_VERSION=latest NODE_VERSION=v6.9.1
- TASK=tests DART_CHANNEL=dev DART_VERSION=latest NODE_VERSION=v4.6.2

# Miscellaneous checks.
- TASK=analyze DART_CHANNEL=dev DART_VERSION=latest
# - TASK=specs DART_CHANNEL=dev DART_VERSION=latest
# - TASK=specs DART_CHANNEL=stable DART_VERSION=latest
# - TASK=specs DART_CHANNEL=stable DART_VERSION=latest ASYNC=true

# # Unit tests, defined in test/.
# - TASK=tests DART_CHANNEL=dev DART_VERSION=latest
# - TASK=tests DART_CHANNEL=stable DART_VERSION=latest
# - TASK=tests DART_CHANNEL=dev DART_VERSION=latest NODE_VERSION=stable
# - TASK=tests DART_CHANNEL=dev DART_VERSION=latest NODE_VERSION=v6.9.1
# - TASK=tests DART_CHANNEL=dev DART_VERSION=latest NODE_VERSION=v4.6.2

# # Miscellaneous checks.
# - TASK=analyze DART_CHANNEL=dev DART_VERSION=latest
- TASK=format DART_CHANNEL=dev DART_VERSION=latest

rvm:
Expand Down
5 changes: 5 additions & 0 deletions tool/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT.

echo decrypting npmrc
openssl aes-256-cbc -K $encrypted_d18df560dfb2_key -iv $encrypted_d18df560dfb2_iv \
-in tool/encrypted/npmrc.enc -out ~/.npmrc -d

mkdir -p ~/.pub-cache
echo decrypting pub credentials
openssl aes-256-cbc -K $encrypted_d18df560dfb2_key -iv $encrypted_d18df560dfb2_iv \
-in tool/encrypted/pub-credentials.json.enc -out ~/.pub-cache/credentials.json -d

echo decrypting git credentials
openssl aes-256-cbc -K $encrypted_d18df560dfb2_key -iv $encrypted_d18df560dfb2_iv \
-in tool/encrypted/git-credentials.enc -out ~/.git-credentials -d

Expand Down

0 comments on commit 9c3911b

Please sign in to comment.