Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Merge pull request #17 from phergie/feature/update-travis-version
Browse files Browse the repository at this point in the history
❄️ Update Travis to Drop 5.5, Add 7.1
  • Loading branch information
matthewtrask authored Feb 17, 2017
2 parents bbabfeb + e2b0632 commit 7ebc8ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
language: php

php:
- 5.5
- 5.6
- 7
- 7.0
- 7.1
- hhvm

matrix:
allow_failures:
- php: 7
- php: 7.1

before_script:
- composer self-update
Expand Down

0 comments on commit 7ebc8ef

Please sign in to comment.