silverstripe-spamprotection/.travis.yml

26 lines
550 B
YAML
Raw Normal View History

2014-02-10 08:55:38 +01:00
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
language: php
php:
- 5.3
sudo: false
2014-02-10 08:55:38 +01:00
env:
- DB=MYSQL CORE_RELEASE=3.1
matrix:
include:
- php: 5.4
2015-03-24 05:17:15 +01:00
env: DB=MYSQL CORE_RELEASE=3
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3.2
2014-02-10 08:55:38 +01:00
before_script:
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
- cd ~/builds/ss
script:
- vendor/bin/phpunit spamprotection/tests/