-
Notifications
You must be signed in to change notification settings - Fork 958
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2527260
commit bf65ddb
Showing
2 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,26 @@ | ||
sudo: false | ||
language: node_js | ||
node_js: | ||
- '8' | ||
|
||
- '8' | ||
env: | ||
matrix: | ||
- MODE=lint | ||
- MODE=build | ||
- MODE=test | ||
|
||
- MODE=lint | ||
- MODE=build | ||
- MODE=test | ||
matrix: | ||
fast_finish: true | ||
|
||
branches: | ||
only: | ||
- next | ||
|
||
- fix/travis | ||
before_install: | ||
- openssl aes-256-cbc -K $encrypted_d1ce48b9cbe6_key -iv $encrypted_d1ce48b9cbe6_iv | ||
-in travis_deploy_key.enc -out /tmp/travis_deploy_key -d | ||
- chmod 600 /tmp/travis_deploy_key | ||
- echo 'echo ${SSH_PASSPHRASE}' > /tmp/askpass && chmod +x /tmp/askpass | ||
- eval "$(ssh-agent -s)" | ||
- DISPLAY=":0.0" SSH_ASKPASS="/tmp/askpass" setsid ssh-add /tmp/travis_deploy_key </dev/null | ||
install: | ||
- npm install | ||
|
||
- npm install | ||
script: | ||
- scripts/ci/travis-ci-script.sh | ||
- scripts/ci/travis-ci-script.sh |
Binary file not shown.