Skip to content

Commit

Permalink
added worakround for installation of npm in path
Browse files Browse the repository at this point in the history
  • Loading branch information
agalazis committed Jan 9, 2018
1 parent c22e3bb commit cb80cf8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ cache:
directories:
- node_modules
before_script:
- echo $(which node)
- echo $NODE_PATH
- npm install
- npm install -g $(npm version)
- npm run install-peers
script:
- npm run lint && npm run test

0 comments on commit cb80cf8

Please sign in to comment.