Skip to content

Commit fc4bbb7

Browse files
committed
Reverted phpunit addition in require-dev
1 parent 662a15d commit fc4bbb7

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
@@ -14,4 +14,4 @@ before_script:
1414
- composer install --dev --prefer-source
1515

1616
script:
17-
- php vendor/bin/phpunit --coverage-text
17+
- phpunit --coverage-text

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,5 @@
1616
"branch-alias": {
1717
"dev-master": "0.4-dev"
1818
}
19-
},
20-
"require-dev": {
21-
"phpunit/phpunit": "4.*"
2219
}
2320
}

0 commit comments

Comments
 (0)