Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 147a11c

Browse files
committed
Ensure test suite runs on PHP 7
Prevent this: ``` $ phpunit PHPUnit 6.0.9 by Sebastian Bergmann and contributors. Time: 86 ms, Memory: 10.00MB No tests executed! The command "phpunit" exited with 0. ```
1 parent e697ec8 commit 147a11c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ php:
88
- hhvm
99

1010
install:
11-
- composer install
11+
- composer --dev install
1212

1313
script:
14-
- phpunit
14+
- ./vendor/bin/phpunit

0 commit comments

Comments
 (0)