Skip to content

Commit

Permalink
Merge 00a1b28 into 8fc04a4
Browse files Browse the repository at this point in the history
  • Loading branch information
reedy committed Dec 6, 2018
2 parents 8fc04a4 + 00a1b28 commit 08cf8ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,11 +1,12 @@
language: php

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

before_script:
- composer install
Expand All @@ -15,4 +16,4 @@ script:
- php vendor/bin/phpunit -c phpunit.xml

after_script:
- php vendor/bin/coveralls -v
- php vendor/bin/coveralls -v

0 comments on commit 08cf8ca

Please sign in to comment.