Removed unused "npm run sanity"

We're no longer copying JS sources around,
hence there's no need for this task.
This commit is contained in:
Ingo Schommer 2016-09-16 13:40:12 +12:00
parent 30174db459
commit 556667c4ea
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ script:
- "if [ \"$BEHAT_TEST\" = \"1\" ] && [ \"$CMS_TEST\" = \"\" ]; then vendor/bin/behat @framework; fi"
- "if [ \"$PHPUNIT_TEST\" = \"1\" ] && [ \"$CMS_TEST\" = \"1\" ]; then vendor/bin/phpunit cms/tests; fi"
- "if [ \"$BEHAT_TEST\" = \"1\" ] && [ \"$CMS_TEST\" = \"1\" ]; then vendor/bin/behat @cms; fi"
- "if [ \"$NPM_TEST\" = \"1\" ]; then npm run sanity; fi"
- "if [ \"$NPM_TEST\" = \"1\" ]; then npm run test; fi"
after_failure: