Skip to content

Commit

Permalink
Add PHP 5.6, 7.0 and 7.1 to Travis (close #65)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdean committed Jun 27, 2017
1 parent 4c1c221 commit 11b7e4e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
language: php

php:
- "5.5"
- "5.4"
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1

before_install:
- sudo apt-get update
Expand Down

0 comments on commit 11b7e4e

Please sign in to comment.