Re-order build steps

This commit is contained in:
Rodrigo Fernandes 2017-04-27 12:14:48 +01:00
parent ffb5d524a6
commit 6073d82124
No known key found for this signature in database
GPG key ID: 1BFAE58E17C96426

View file

@ -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