Skip to content

Commit

Permalink
moved all install to before_script
Browse files Browse the repository at this point in the history
  • Loading branch information
agalazis committed Jan 9, 2018
1 parent 8fa0998 commit 602f206
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 @@ -12,6 +12,7 @@ cache:
directories:
- node_modules
before_script:
- npm install
- npm run install-peers
script:
- npm run lint && npm run test

0 comments on commit 602f206

Please sign in to comment.