Fix order of operations for npm install on Travis CI

This commit is contained in:
Travis Ralston 2018-10-26 20:44:14 -06:00
parent e7f5aee9fb
commit 1fea7c022e

View file

@ -21,7 +21,7 @@ addons:
install: install:
# clone the deps with depth 1: we know we will only ever need that one # clone the deps with depth 1: we know we will only ever need that one
# commit. # commit.
- scripts/fetch-develop.deps.sh --depth 1 && npm install - npm install && scripts/fetch-develop.deps.sh --depth 1
script: script:
- npm run test - npm run test
- npm run lint - npm run lint