Merge pull request #909 from roramirez/test-unit-desactivate-e2e

Run test unit for failed in Travis of e2e
This commit is contained in:
Michael Teeuw 2017-06-03 08:07:47 +02:00 committed by GitHub
commit adc84e1f93

View File

@ -10,7 +10,7 @@ before_script:
- sleep 5
script:
- grunt
- npm test
- npm run test:unit
cache:
directories:
- node_modules