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 3fdc455
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ php:
- 5.4
- 5.6
- 7.0
- 7.1
- hhvm
script: "phpunit --colors --coverage-text"
install: "composer install"
script: "composer run-script test -- --colors --coverage-text"
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
}
],
"scripts": {
"test": "vendor/bin/phpunit"
"test": "phpunit"
},
"require-dev": {
"phpunit/phpunit": "^5.6"
"phpunit/phpunit": "^4.8"
},
"license": [
"BSD-2-Clause",
Expand Down

0 comments on commit 3fdc455

Please sign in to comment.