mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Fix order of operations for npm install on Travis CI
This commit is contained in:
parent
e7f5aee9fb
commit
1fea7c022e
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue