Skip to content

Commit

Permalink
Merge pull request #2392 from video-dev/npm-ci
Browse files Browse the repository at this point in the history
use `npm ci` instead of `npm install`
  • Loading branch information
tjenkinson committed Oct 6, 2019
2 parents fe02dbf + 8556df5 commit fff952e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -ev

echo "travis_fold:start:npm_install"
npm install
npm ci
echo "travis_fold:end:npm_install"

if [ "${TRAVIS_MODE}" = "build" ]; then
Expand Down

0 comments on commit fff952e

Please sign in to comment.