Skip to content

Commit

Permalink
Travis: fix PHP 5.3 issue, add PHP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
svivian committed Jul 31, 2017
1 parent 59bec3a commit eb4f00b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
sudo: false

dist: trusty

language: php

php:
- '5.3'
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- '7.1'

matrix:
include:
- php: '5.3'
dist: precise

notifications:
email:
Expand Down

0 comments on commit eb4f00b

Please sign in to comment.