Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
solarium
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
solarium
Commits
1a113911
Commit
1a113911
authored
Dec 23, 2014
by
Bas de Nooijer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Define composer test script"
parent
3f741df2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
.travis.yml
.travis.yml
+1
-1
composer.json
composer.json
+0
-3
No files found.
.travis.yml
View file @
1a113911
...
@@ -19,7 +19,7 @@ before_script:
...
@@ -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"
-
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}
-
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
after_script
:
vendor/bin/coveralls -v
...
...
composer.json
View file @
1a113911
...
@@ -26,9 +26,6 @@
...
@@ -26,9 +26,6 @@
"dev-develop"
:
"3.3.x-dev"
"dev-develop"
:
"3.3.x-dev"
}
}
},
},
"scripts"
:
{
"test"
:
"phpunit -c phpunit.xml.travis -v"
},
"autoload"
:
{
"autoload"
:
{
"psr-0"
:
{
"Solarium\\"
:
"library/"
}
"psr-0"
:
{
"Solarium\\"
:
"library/"
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment