Skip to content

Commit

Permalink
Merge pull request PHPMailer#255 from Nyholm/patch-1
Browse files Browse the repository at this point in the history
Added PHP 5.6 and HHVM to travis.yml
  • Loading branch information
Synchro committed Jul 9, 2014
2 parents 022382c + 78adc47 commit 1522094
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 1522094

Please sign in to comment.