Skip to content

Commit

Permalink
Merge pull request PHPMailer#373 from TomasVotruba/patch-1
Browse files Browse the repository at this point in the history
travis: PHP 7.0 nightly added
  • Loading branch information
Synchro committed Mar 3, 2015
2 parents 2dc47a8 + cb2d3cb commit 7fe040d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
@@ -1,14 +1,16 @@
language: php
php:
- 7.0
- 5.6
- 5.5
- 5.4
- 5.3
- hhvm

matrix:
allow_failures:
- php: hhvm
allow_failures:
- php: 7.0
- php: hhvm

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

0 comments on commit 7fe040d

Please sign in to comment.