Skip to content

Commit

Permalink
ensure compatible npm is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbenz committed Oct 25, 2018
1 parent eea5306 commit 3914190
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 @@ -9,5 +9,6 @@ addons:
cache:
directories:
- ~/.npm
before_install: if [[ `npm -v` != 6* ]]; then npm i -g npm@6; fi
install: npm ci * && npm i packages/*
script: npx lerna run test

0 comments on commit 3914190

Please sign in to comment.