mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merge pull request #1012 from silverstripe/pulls/2.4-travis
Update travis configuration to use composer phpunit
This commit is contained in:
commit
00a791666d
@ -12,7 +12,7 @@ before_script:
|
||||
- cd ~/builds/ss
|
||||
|
||||
script:
|
||||
- phpunit cms/tests
|
||||
- vendor/bin/phpunit cms/tests
|
||||
|
||||
branches:
|
||||
except:
|
||||
|
@ -19,5 +19,8 @@
|
||||
"php": ">=5.2.4",
|
||||
"composer/installers": "*",
|
||||
"silverstripe/framework": "2.4.*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/PHPUnit": "~3.7"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user