Skip to content

Commit

Permalink
update preinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Mar 22, 2019
1 parent d7c77e5 commit 9d32ab8
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
sudo: required
language: node_js
node_js:
- '10'
- "10"
before_install:
- openssl aes-256-cbc -K $encrypted_8c2b83827436_key -iv $encrypted_8c2b83827436_iv
-in secrets.zip.enc -out secrets.zip -d
- unzip secrets.zip
install:
- npm install
- npm install
script:
- npm run compile
- npm test
- npm run coveralls
before_install:
- openssl aes-256-cbc -K $encrypted_8c2b83827436_key -iv $encrypted_8c2b83827436_iv
-in secrets.zip.enc -out secrets.zip -d
- npm run compile
- npm test
- npm run coveralls

0 comments on commit 9d32ab8

Please sign in to comment.