Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Drop HHVM support, add PHP 7.1 testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanz committed May 28, 2018
1 parent b6ca8fb commit 132d44d
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
Expand Up @@ -2,10 +2,10 @@ sudo: false
language: php

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

install:
- composer self-update
Expand Down

0 comments on commit 132d44d

Please sign in to comment.