Fix order of operations for npm install on Travis CI
parent
e7f5aee9fb
commit
1fea7c022e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue