Skip to content

Commit

Permalink
Fix: use [email protected] in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandomg committed Dec 17, 2019
1 parent 04bee9c commit 0151ccb
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 @@ -4,7 +4,7 @@ node_js:
- "10"
- "stable"

before_script: npm i -g [email protected]
before_install: npm i -g [email protected]

script:
- npm run lint
Expand Down

0 comments on commit 0151ccb

Please sign in to comment.