Skip to content

Commit

Permalink
Add phpunit dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dcai committed Dec 4, 2016
1 parent 433a46d commit cd685bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: php
php:
- "5.5"
- "5.6"

before_script:
- wget http://getcomposer.org/composer.phar
Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
install:
composer install
test:
./vendor/phpunit/phpunit/phpunit -c phpunit.xml
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
}
},
"require": {
"phpunit/phpunit": "5.7.*"
}
}

0 comments on commit cd685bc

Please sign in to comment.