Skip to content

Commit

Permalink
Test on PHP 7.1
Browse files Browse the repository at this point in the history
Added tests on Travis PHP version 7.1
  • Loading branch information
vinkla committed Oct 4, 2016
1 parent 5f4bc2f commit 315ea65
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
@@ -1,10 +1,11 @@
language: php

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

sudo: false
Expand Down

0 comments on commit 315ea65

Please sign in to comment.