Skip to content

Commit 5c770bd

Browse files
committed
Reverted phpunit addition in require-dev
1 parent 985faa6 commit 5c770bd

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ matrix:
1313
install: ./travis-init.sh
1414

1515
script:
16-
- php vendor/bin/phpunit --coverage-text
16+
- phpunit --coverage-text

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,5 @@
2020
"branch-alias": {
2121
"dev-master": "0.5-dev"
2222
}
23-
},
24-
"require-dev": {
25-
"phpunit/phpunit": "4.*"
2623
}
2724
}

0 commit comments

Comments
 (0)