mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Update travis configuration to use composer phpunit
This commit is contained in:
parent
28043317bb
commit
24fec3aeb7
@ -23,7 +23,7 @@ before_script:
|
||||
- cd ~/builds/ss
|
||||
|
||||
script:
|
||||
- phpunit cms/tests/
|
||||
- vendor/bin/phpunit cms/tests/
|
||||
|
||||
branches:
|
||||
except:
|
||||
|
@ -20,6 +20,9 @@
|
||||
"composer/installers": "*",
|
||||
"silverstripe/framework": "3.0.*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/PHPUnit": "~3.7"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": ["tests/behat/"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user