Skip to content
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.

Commit

Permalink
Add PHP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Dec 7, 2016
1 parent a566c27 commit 90afe17
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
language: php
php:
- 7.0
- 5.6
- 5.5
- 5.4
- 5.3
- hhvm
matrix:
allow_failures:
- php: hhvm
before_script:
- composer install
script: phpunit --version
language: php
php:
- 7.1
- 7.0
- 5.6
- 5.5
- 5.4
- 5.3
- hhvm
matrix:
allow_failures:
- php: hhvm
before_script:
- composer install
script: phpunit --version

0 comments on commit 90afe17

Please sign in to comment.