Skip to content

Commit

Permalink
minor silexphp#146 fixed C tests (fabpot)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.1.x-dev branch.

Discussion
----------

fixed C tests

closes #131

Commits
-------

a26b44f fixed C tests
  • Loading branch information
fabpot committed Jul 13, 2014
2 parents 5b9e03e + a26b44f commit 6406c79
Showing 1 changed file 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 @@ -21,7 +21,7 @@ before_script:
- if [ "$PIMPLE_EXT" == "yes" ]; then echo "extension=pimple.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`; fi

script:
- if [ "$PIMPLE_EXT" == "yes" ]; then sh -c "cd ext/pimple && yes n | make test"; fi
- if [ "$PIMPLE_EXT" == "yes" ]; then sh -c "cd ext/pimple && yes n | make test | grep -E 'Tests failed +. +0'"; fi
- phpunit

matrix:
Expand Down

0 comments on commit 6406c79

Please sign in to comment.