diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-07-11 16:48:10 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-07-11 16:48:10 -0700 |
commit | 9f4d4e2de4e120fe9fcd9390c01e82867fb2487c (patch) | |
tree | 1970bb2617be3c84f36512c06a1cc03c822ab58e | |
parent | 5a2875976c58d5690e719234f8e568da5366e53a (diff) | |
download | php-http-client-9f4d4e2de4e120fe9fcd9390c01e82867fb2487c.zip php-http-client-9f4d4e2de4e120fe9fcd9390c01e82867fb2487c.tar.gz php-http-client-9f4d4e2de4e120fe9fcd9390c01e82867fb2487c.tar.bz2 |
Fix Travis Build
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 42793b7..c9ad9ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: php before_script: -- phpenv local 5.4 - composer install --dev --no-interaction -- phpenv local --unset - cd test/unit script: - ../../vendor/bin/phpunit . --bootstrap bootstrap.php --filter test* --coverage-clover clover.xml |