Re-order build steps
This commit is contained in:
parent
ffb5d524a6
commit
6073d82124
1 changed files with 1 additions and 1 deletions
|
|
@ -14,8 +14,8 @@ test:
|
||||||
- nvm install 7 && nvm use 7 && nvm alias default 7
|
- nvm install 7 && nvm use 7 && nvm alias default 7
|
||||||
- npm install
|
- npm install
|
||||||
- npm run lint
|
- npm run lint
|
||||||
- npm run codacy
|
|
||||||
- npm run test
|
- npm run test
|
||||||
|
- npm run codacy
|
||||||
- echo "Running tests with node 6.x"
|
- echo "Running tests with node 6.x"
|
||||||
- git clean -dfx
|
- git clean -dfx
|
||||||
- nvm install 6 && nvm use 6 && nvm alias default 6
|
- nvm install 6 && nvm use 6 && nvm alias default 6
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue