Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Nov 28, 2019
1 parent c595c01 commit f77661c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ sudo: required
language: node_js
node_js:
- '12'
- '10'
before_install:
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then openssl aes-256-cbc -K $encrypted_deba340dfe89_key -iv $encrypted_deba340dfe89_iv
-in secrets.zip.enc -out secrets.zip -d; fi'
Expand Down

0 comments on commit f77661c

Please sign in to comment.