Skip to content

Commit 662a15d

Browse files
committed
Added phpunit 4 to require-dev and using it in .travis.yml
1 parent a77023d commit 662a15d

2 files changed

Lines changed: 4 additions & 1 deletion

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-
- phpunit --coverage-text
17+
- php vendor/bin/phpunit --coverage-text

composer.json

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

0 commit comments

Comments
 (0)