Skip to content

Commit

Permalink
Merge pull request #12 from DannyBen/php-vers
Browse files Browse the repository at this point in the history
Update Travis CI to test against PHP 5.4 - 7.0
  • Loading branch information
DannyBen committed May 12, 2016
2 parents 8d1a59d + 1e206c5 commit a25de49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
language: php
php:
- '5.4'
- '5.6'
- '7.0'
script: phpunit .
notifications:
email: false

0 comments on commit a25de49

Please sign in to comment.