Skip to content

Commit

Permalink
[#131] Add PHP7 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrice committed Feb 24, 2016
1 parent 7370309 commit 470c508
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: php

php:
- 5.5
- 5.6
- '5.5'
- '5.6'
- '7.0'

install:
- composer install
Expand Down

0 comments on commit 470c508

Please sign in to comment.