Skip to content

Commit

Permalink
Merge pull request #2 from TomasVotruba/patch-1
Browse files Browse the repository at this point in the history
travis: PHP 7.0 nightly added
  • Loading branch information
AlloVince committed May 4, 2015
2 parents 254399e + 3936d6f commit 9e2471b
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.4
- 5.5
- 5.6
- 7.0

matrix:
fast_finish: true
allow_failures:
- php: 7.0

before_script:
- composer self-update
Expand Down

0 comments on commit 9e2471b

Please sign in to comment.