Skip to content

Commit

Permalink
Merge c66128c into ffa99ec
Browse files Browse the repository at this point in the history
  • Loading branch information
campionfellin committed Dec 14, 2018
2 parents ffa99ec + c66128c commit 7dde439
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,18 @@ node_js:
- '6'
env:
global:
- SCRIPT_ID=1Q3zCVgK53kEiacR0qvBYFr-A4d720UgZh3cdfDF2oFVJE5SgFiXO0AVZ
- PROJECT_ID=project-id-2758325992214167277
- SCRIPT_ID=1EwE84eZCSBPcaAiJzCnDjmxMVnLQrDyhSKq1oZY6q-3x4BIDHgQefCnL
- PROJECT_ID=project-id-3961473932623644264
cache:
directories:
- "$HOME/.npm"
before_install:
- openssl aes-256-cbc -K $encrypted_200b2e234285_key -iv $encrypted_200b2e234285_iv
-in ./tests/.clasprc.json.enc -out $HOME/.clasprc.json -d && echo "Successfully decrypted keys into $HOME/.clasprc.json" || (true && echo "Could not decrypt keys. Is this a PR?")
- npm install -g npm@latest
install:
- npm ci
before_script:
- npm run build
- echo -ne $CREDS | sed 's@\\@@g' > $HOME/.clasprc.json
script:
- npm run lint
- npm run test
Expand Down
Binary file removed tests/.clasprc.json.enc
Binary file not shown.

0 comments on commit 7dde439

Please sign in to comment.