Skip to content

Commit

Permalink
Merge pull request #3 from StudioMaX/patch-1
Browse files Browse the repository at this point in the history
Add travis support for PHP 7.2
  • Loading branch information
makasim authored Feb 22, 2018
2 parents 8be105f + 46d994a commit eae2dbd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
language: php

cache:
directories:
- $HOME/.composer/cache/files

sudo: false

php:
- 5.6
- 7.0
- 7.1
- 7.2
- hhvm
- nightly

sudo: false

matrix:
allow_failures:
- php: hhvm
Expand Down

0 comments on commit eae2dbd

Please sign in to comment.