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 c4031f6 commit a28016cCopy full SHA for a28016c
.travis.yml
@@ -0,0 +1,10 @@
1
+language: php
2
+
3
+php:
4
+ - 7.1
5
+ - 7.2
6
7
+before_script:
8
+ - composer install --no-progress --no-interaction --prefer-dist --no-suggest
9
10
+script: vendor/bin/phpunit --verbose
0 commit comments