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 d7450f8 commit ddb7c8bCopy full SHA for ddb7c8b
.gitignore
@@ -1 +1,2 @@
1
/vendor
2
+/composer.lock
.travis.yml
@@ -4,6 +4,6 @@ php:
4
- 5.6
5
- hhvm
6
install:
7
- - composer update --prefer-source --no-interaction
+ - composer install --prefer-source --no-interaction
8
script:
9
- phpunit --coverage-text
composer.lock
0 commit comments