Skip to content

Commit

Permalink
get travis ci phpunit working again
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Holywell authored and Simon Holywell committed Mar 21, 2017
1 parent 185e574 commit 5d5c1ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -4,4 +4,7 @@ php:
- 5.4
- 5.6
- 7.0
script: "phpunit --colors --coverage-text"
- 7.1
- hhvm
install: "composer install"
script: "composer run-script test -- --colors --coverage-text"
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -38,10 +38,10 @@
"j4mie/idiorm": "1.5.*"
},
"scripts": {
"test": "vendor/bin/phpunit"
"test": "phpunit"
},
"require-dev": {
"phpunit/phpunit": "^5.6"
"phpunit/phpunit": "^4.8"
},
"autoload": {
"classmap": ["paris.php"]
Expand Down

0 comments on commit 5d5c1ad

Please sign in to comment.