Skip to content

Commit

Permalink
change travis-ci run scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
treffynnon committed Mar 21, 2017
1 parent 5fe742e commit b5d46a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ php:
- 5.4
- 5.6
- 7.0
- 7.1
- hhvm
script: "phpunit --colors --coverage-text"
script: "composer run-script test -- --colors --coverage-text"
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}
],
"scripts": {
"test": "vendor/bin/phpunit"
"test": "phpunit"
},
"require-dev": {
"phpunit/phpunit": "^5.6"
Expand Down

0 comments on commit b5d46a5

Please sign in to comment.