Commit 253422b4 authored by Bas de Nooijer's avatar Bas de Nooijer

Merge pull request #302 from solariumphp/revert-300-master

Revert "Define composer test script"
parents 3f741df2 1a113911
......@@ -19,7 +19,7 @@ before_script:
- bash -c "if [ $TRAVIS_PHP_VERSION != 'hhvm' ] && [ $TRAVIS_PHP_VERSION != 'hhvm-nightly' ] && [ $TRAVIS_PHP_VERSION != '5.3' ]; then printf '\n\n\n\n' | pecl install pecl_http-1.7.6; fi"
- composer require --prefer-source --dev symfony/event-dispatcher:${SYMFONY_VERSION}
script: composer test
script: vendor/bin/phpunit -c phpunit.xml.travis -v
after_script: vendor/bin/coveralls -v
......
......@@ -26,9 +26,6 @@
"dev-develop": "3.3.x-dev"
}
},
"scripts": {
"test": "phpunit -c phpunit.xml.travis -v"
},
"autoload": {
"psr-0": { "Solarium\\": "library/" }
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment