Skip to content

Commit

Permalink
Add travis build on PHP 5.5, allow failure
Browse files Browse the repository at this point in the history
  • Loading branch information
romainneutron committed Apr 15, 2013
1 parent 076f363 commit 8432ddc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ php:
- 5.3.3
- 5.3
- 5.4
- 5.5

matrix:
allow_failures:
- php: 5.5

before_script:
- sudo apt-get install -y libevent-dev
Expand Down

0 comments on commit 8432ddc

Please sign in to comment.