Skip to content

Commit b8f413e

Browse files
committed
fix ci
1 parent af6207e commit b8f413e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: php
22
php:
3+
- 5.6
34
- 7.0
45
before_script:
56
- composer self-update
67
- composer install --prefer-source --no-interaction --dev
78
- ./vendor/bin/phplint
8-
script: ./vendor/bin/phpunit -v
9+
script: ./vendor/bin/phpunit

0 commit comments

Comments
 (0)