Fix order of operations for npm install on Travis CI

pull/7490/head
Travis Ralston 2018-10-26 20:44:14 -06:00
parent e7f5aee9fb
commit 1fea7c022e
1 changed files with 1 additions and 1 deletions

View File

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