Skip to content

Commit

Permalink
PHP 5.6 working, hhvm on testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Gaigalas committed May 16, 2014
1 parent 26c2ebc commit ee6af90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ php:
- 5.4
- 5.5
- 5.6
- hhvm

before_script:
- make composer-install-dev
Expand All @@ -19,7 +20,7 @@ script:

matrix:
allow_failures:
- php: 5.6
- php: hhvm

notifications:
irc:
Expand Down

2 comments on commit ee6af90

@malukenho
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alganet 👍

@augustohp
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.