Skip to content

Commit

Permalink
Remove task/cli from travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mbfisher committed May 5, 2014
1 parent 29a1a8f commit 050a5d0
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -7,8 +7,6 @@ install:
- composer self-update
- composer install

before_script: composer require task/cli ~0.1

script: vendor/bin/task test
script: bin/task test

after_script: vendor/bin/coveralls -v
31 changes: 31 additions & 0 deletions composer.json.orig
@@ -0,0 +1,31 @@
{
"name": "task/cli",
"description": "CLI for Task",
"license": "MIT",
"authors": [
{
"name": "Mike Fisher",
"email": "mike@mbfisher.com"
}
],
"require-dev": {
"task/task": "~0.1",
"task/phpunit": "~0.1",
"task/filesystem": "~0.1",
"task/process": "~0.1",
"task/box": "~0.1",
<<<<<<< HEAD
"task/phpunit": "~0.1",
"kherge/box": "~2.0",
"satooshi/php-coveralls": "~0.6"
=======
"kherge/box": "~2.0"
>>>>>>> 14b0effac33179b5ee04ab58d29626220bd87d4d
},
"bin": ["bin/task"],
"autoload": {
"psr-4": {
"Task\\Cli\\": "src/"
}
}
}

0 comments on commit 050a5d0

Please sign in to comment.