Skip to content

Commit a25de49

Browse files
committed
Merge pull request #12 from DannyBen/php-vers
Update Travis CI to test against PHP 5.4 - 7.0
2 parents 8d1a59d + 1e206c5 commit a25de49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
language: php
2+
php:
3+
- '5.4'
4+
- '5.6'
5+
- '7.0'
26
script: phpunit .
37
notifications:
48
email: false

0 commit comments

Comments
 (0)