Skip to content

Commit

Permalink
Split travis app and api tests out to two phases
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhenry committed Dec 6, 2015
1 parent 35ced77 commit 2a6e09e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ before_script:
- sleep 5 # give server some time to boot

script:
- gulp test
- gulp test:app
- php ./api/vendor/bin/phpunit --colors --configuration ./api/phpunit.xml --coverage-clover=./reports/coverage/api/clover.xml
- ./node_modules/.bin/cucumber.js --tags ~@ignore #skip @ignored features

after_script:
Expand Down

0 comments on commit 2a6e09e

Please sign in to comment.