Skip to content

Commit

Permalink
Merge pull request #126 from clue-labs/phpunit
Browse files Browse the repository at this point in the history
Use updated PHPUnit/composer and ignore lock file
  • Loading branch information
clue committed Mar 1, 2015
2 parents 14ecba4 + 7594b87 commit b5507a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 655 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/vendor
/composer.phar
/build
/composer.lock
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ php:
- 5.4
- 5.3
- hhvm
before_script:
- composer install --dev --prefer-source --no-interaction
install:
- composer install --prefer-source --no-interaction
script:
- php vendor/bin/phpunit --coverage-text
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.* | ~4.0"
"phpunit/phpunit": "~4.0"
},
"suggest": {
"graphp/graphviz": "GraphViz graph drawing / DOT output",
Expand Down
Loading

0 comments on commit b5507a2

Please sign in to comment.