Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Add travis-ci tests for php 7.1 & nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
vierbergenlars authored Jul 11, 2017
1 parent be22b86 commit 47e8d20
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ php:
- 5.5
- 5.6
- 7.0
- 7.1
- nightly
- hhvm

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

before_script:
- composer install --dev --prefer-source
Expand Down

0 comments on commit 47e8d20

Please sign in to comment.