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 f1baadd commit 5c7ba9eCopy full SHA for 5c7ba9e
.gitignore
@@ -1,2 +1,3 @@
1
vendor/
2
-composer.lock
+composer.lock
3
+.idea/
.travis.yml
@@ -1,5 +1,14 @@
language: php
php:
4
+ -
5
- 7.0
6
- 7.1
7
+ - 7.2
8
+sudo: false
9
+
10
+before_script:
11
+ - travis_retry composer self-update
12
+ - travis_retry composer install --no-interaction
13
14
+script: vendor/bin/phpunit
0 commit comments