Skip to content

Commit

Permalink
use latest npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasser Elsayed committed Nov 19, 2018
1 parent 906ad68 commit f0eb6f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,21 @@
language: python
python:
- "3.5"
node_js:
- "11.2.0"
addons:
apt:
packages:
- default-jdk
- wget
chrome: stable

before_install: npm i -g npm@latest

script:
# Frontend tests
- cd $TRAVIS_BUILD_DIR/frontend
- npm -v
- npm i
- npm run test:coveralls

Expand Down

0 comments on commit f0eb6f4

Please sign in to comment.