Skip to content

Commit

Permalink
Added PHP 5.6 and HHVM to travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Oct 4, 2014
1 parent 6e0a3cd commit f610ef4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,13 @@ language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm

matrix:
allow_failures:
- php: hhvm

before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq apache2
Expand Down

0 comments on commit f610ef4

Please sign in to comment.