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 27bfc5f commit 0a71b0bCopy full SHA for 0a71b0b
.travis.yml
@@ -0,0 +1,8 @@
1
+language: php
2
+php:
3
+ - '7.1'
4
+ - '7.2'
5
+ - 'nightly'
6
+install:
7
+ - composer install
8
+script: bin/phpunit
0 commit comments