Skip to content

Commit

Permalink
Update php versions build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimír Kriška committed Sep 21, 2018
1 parent 13927b8 commit 8502100
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
- 7.0
- 7.1
- 7.2
- nightly

matrix:
Expand All @@ -18,4 +18,4 @@ install:
- composer install --dev

before_install:
- composer self-update
- composer self-update

0 comments on commit 8502100

Please sign in to comment.