Navigation Menu

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 Jul 9, 2014
1 parent 022382c commit 78adc47
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -1,8 +1,15 @@
language: php
php:
- 5.6
- 5.5
- 5.4
- 5.3
- hhvm

matrix:
allow_failures:
- php: hhvm

before_install:
- sudo apt-get update -qq
- sudo apt-get install -y -qq postfix
Expand Down

0 comments on commit 78adc47

Please sign in to comment.