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