Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
ci: added npm install to install
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcq committed Aug 9, 2019
1 parent 678e9cc commit d1892d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ node_js:
- 6

install:
- install
- npm install

before_script:
- openssl aes-256-cbc -K $encrypted_2be0a157b4e7_key -iv $encrypted_2be0a157b4e7_iv -in service-account.json.enc -out service-account.json -d
Expand Down

0 comments on commit d1892d3

Please sign in to comment.