Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
Make make fail
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Aug 28, 2014
1 parent 74eb608 commit dc816d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ before_script:
script:
- phpize
- ./configure --enable-igbinary
# Fix not failing makes in php 5.2 and 5.3
- perl -i -pe 's/\-\@if/\@if/' Makefile
- make
- REPORT_EXIT_STATUS=1 NO_INTERACTION=1 make test

0 comments on commit dc816d9

Please sign in to comment.