Skip to content

Commit 985faa6

Browse files
committed
Added phpunit 4 to require-dev and using it in .travis.yml
1 parent cde7f5f commit 985faa6

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
@@ -13,4 +13,4 @@ matrix:
1313
install: ./travis-init.sh
1414

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

composer.json

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

0 commit comments

Comments
 (0)