We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e5a0e commit 1c45801Copy full SHA for 1c45801
.travis.yml
@@ -6,5 +6,8 @@ php:
6
- 7.1
7
- 7.2
8
9
+install:
10
+ - composer install
11
+
12
script:
- - phpunit
13
+ - ./vendor/bin/phpunit
0 commit comments