Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Commit

Permalink
Try to fix PHP bug #60285
Browse files Browse the repository at this point in the history
  • Loading branch information
Gasol committed Feb 24, 2014
1 parent 98459a7 commit 0c1137e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ before_script:
install:
- phpize
- sed -i -re 's|-(@if test ! -z "\$\(PHP_EXECUTABLE\)")|\1|' Makefile.global
- egrep '^test:' -A 2 Makefile.global
- sed -i -re '/TESTS/a \\t\tTEST_RESULT_EXIT_CODE=$$?; \\' Makefile.global
- sed -i -re '/rm \$\(top_builddir\)\/tmp-php\.ini; \\/a \\t\texit $$TEST_RESULT_EXIT_CODE; \\' Makefile.global
- egrep '^test:' -A 12 Makefile.global
- ./configure
- egrep '^test:' -A 2 Makefile
- egrep '^test:' -A 12 Makefile
- make

script: make test
Expand Down

0 comments on commit 0c1137e

Please sign in to comment.