mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
Merge pull request #1009 from tractorcow/pulls/3.0-travis
Update travis configuration to use composer phpunit
This commit is contained in:
commit
405c3d314f
@ -23,7 +23,7 @@ before_script:
|
|||||||
- cd ~/builds/ss
|
- cd ~/builds/ss
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- phpunit cms/tests/
|
- vendor/bin/phpunit cms/tests/
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
|
@ -20,6 +20,9 @@
|
|||||||
"composer/installers": "*",
|
"composer/installers": "*",
|
||||||
"silverstripe/framework": "3.0.*"
|
"silverstripe/framework": "3.0.*"
|
||||||
},
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"phpunit/PHPUnit": "~3.7"
|
||||||
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": ["tests/behat/"]
|
"classmap": ["tests/behat/"]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user