Skip to content

Commit

Permalink
change travis configuration (add php 7.0 and allow failures on it)
Browse files Browse the repository at this point in the history
  • Loading branch information
rennis23 committed Jul 27, 2015
1 parent 0c9df51 commit a71c2be
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
language: php
php:
- hhvm
- "5.6"
- "5.5"
- "5.4"
- "5.3"
- 7.0
- 5.6
- 5.5
- 5.4
- 5.3

# optionally set up exclutions and allowed failures in the matrix
matrix:
allow_failures:
- php: 7.0

branches:
only:
- master
- develop

install:
- composer install --dev
Expand Down

0 comments on commit a71c2be

Please sign in to comment.