Skip to content

Commit

Permalink
Added codeception.phar for PHP 5.3. Modified Travis to run tests with…
Browse files Browse the repository at this point in the history
… different phars
  • Loading branch information
niden committed Sep 4, 2014
1 parent 3337194 commit 0ac07ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +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
- if [[ "$TRAVIS_PHP_VERSION" == "5.3" ]] || [[ "$TRAVIS_PHP_VERSION" == "5.3.3" ]] then (ZEND_DONT_UNLOAD_MODULES=1 $(phpenv which php) ./codecept53.phar run) else (ZEND_DONT_UNLOAD_MODULES=1 $(phpenv which php) ./codecept.phar run)

after_failure:
- sudo apt-get -qq install gdb
Expand Down
Binary file added codecept53.phar
Binary file not shown.

0 comments on commit 0ac07ed

Please sign in to comment.