Skip to content

Commit

Permalink
Modified travis to run the new suite
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Sep 4, 2014
1 parent bd04a50 commit a33f1e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ before_script:

script:
- ZEND_DONT_UNLOAD_MODULES=1 $(phpenv which php) ./unit-tests/ci/phpunit.php --debug -c unit-tests/phpunit.xml --testsuite=stable
- ZEND_DONT_UNLOAD_MODULES=1 $(phpenv which php) ./codecept.phar run --html --coverage

after_failure:
- sudo apt-get -qq install gdb
Expand Down

0 comments on commit a33f1e5

Please sign in to comment.