Moved npm run build before npm test (#2725)

Closes #2713
This commit is contained in:
zeel
2017-07-13 20:58:12 +05:30
committed by Joe Haddad
parent a7e71442c6
commit 3ffad55e68

View File

@@ -1379,8 +1379,8 @@ cache:
directories:
- node_modules
script:
- npm test
- npm run build
- npm test
```
1. Trigger your first build with a git push.
1. [Customize your Travis CI Build](https://docs.travis-ci.com/user/customizing-the-build/) if needed.