Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New dependency versions #14

Merged
merged 12 commits into from
Jul 30, 2018
Prev Previous commit
update .travis.yml
- add 7.1 and 7.2
- remove 5.3 and hhvm
iteman committed Jul 30, 2018
commit fad590e6c7fe0f5ff5a4940c329403e3117c22b6
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -7,16 +7,14 @@ cache:
- $HOME/.composer/cache

php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- 7.1
- 7.2

matrix:
allow_failures:
- php: hhvm
fast_finish: true

before_script: