Skip to content

Commit

Permalink
test on php 7.1+7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cweiske committed Jun 28, 2017
1 parent 7a8afa5 commit 40fca1d
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,12 +1,13 @@
language: php
sudo: false
install:
- pear upgrade pear-1.10.1
- pear upgrade -f pear-1.10.5
- pear install package.xml
php:
- 5.4
- 5.5
- 5.6
- 7
- 7.0
- 7.1
script:
- pear run-tests -qd tests

0 comments on commit 40fca1d

Please sign in to comment.