Update travis configuration to use composer phpunit

This commit is contained in:
Damian Mooyman 2014-05-05 09:15:18 +12:00
parent 28043317bb
commit 24fec3aeb7
2 changed files with 4 additions and 1 deletions

View File

@ -23,7 +23,7 @@ before_script:
- cd ~/builds/ss
script:
- phpunit cms/tests/
- vendor/bin/phpunit cms/tests/
branches:
except:

View File

@ -20,6 +20,9 @@
"composer/installers": "*",
"silverstripe/framework": "3.0.*"
},
"require-dev": {
"phpunit/PHPUnit": "~3.7"
},
"autoload": {
"classmap": ["tests/behat/"]
}