Skip to content

Commit

Permalink
use latest npm, node
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasser Elsayed committed Nov 19, 2018
1 parent 906ad68 commit 6c8eb88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,13 @@ addons:
- wget
chrome: stable

before_install: npm i -g npm@latest

script:
# Frontend tests
- cd $TRAVIS_BUILD_DIR/frontend
- nvm install node@latest
- node -v
- npm i
- npm run test:coveralls

Expand Down

0 comments on commit 6c8eb88

Please sign in to comment.