Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Mar 22, 2019
1 parent 9d32ab8 commit f660017
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
@@ -1,14 +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
- 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
- npm run compile
- npm test
- npm run coveralls
Binary file modified secrets.zip.enc
Binary file not shown.

0 comments on commit f660017

Please sign in to comment.