Skip to content

Commit

Permalink
npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Sep 2, 2019
1 parent 5aebe4d commit ce0d676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -15,7 +15,7 @@ env:
- TEST_SUITE=senecajs/seneca-joi

install:
- NODE_VERSION=$(node -v); if [ ${NODE_VERSION:1:2} -ge 10 ]; then npm i -g npm@6; npm ci; else npm install; fi
- NODE_VERSION=$(node -v); if [ ${NODE_VERSION:1:2} -ge 10 ]; then npm i -g npm@6; npm ci; else npm ci; fi



Expand All @@ -35,7 +35,7 @@ before_script:
cd $TEST_SUITE_FOLDER;
npm i;
npm uninstall seneca;
npm install $SENECA_INSTALL;
npm ci $SENECA_INSTALL;
fi

script:
Expand Down

0 comments on commit ce0d676

Please sign in to comment.