silverstripe-restfulserver/.travis.yml

33 lines
754 B
YAML
Raw Normal View History

2012-10-31 00:18:45 +01:00
language: php
php:
- 5.3
- 5.4
sudo: false
2012-10-31 00:18:45 +01:00
env:
- DB=MYSQL CORE_RELEASE=3.0
2015-07-22 12:33:51 +02:00
- DB=MYSQL CORE_RELEASE=3
- DB=PGSQL CORE_RELEASE=3
- DB=SQLITE CORE_RELEASE=3
2012-10-31 00:18:45 +01:00
matrix:
exclude:
- php: 5.4
2015-07-22 12:33:51 +02:00
env: DB=PGSQL CORE_RELEASE=3
2012-10-31 00:18:45 +01:00
- php: 5.4
2015-07-22 12:33:51 +02:00
env: DB=SQLITE CORE_RELEASE=3
2012-10-31 00:18:45 +01:00
- php: 5.4
env: DB=MYSQL CORE_RELEASE=3.0
2012-10-31 00:18:45 +01:00
before_script:
- pear -q install --onlyreqdeps pear/PHP_CodeSniffer
- phpenv rehash
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
2012-10-31 00:18:45 +01:00
- cd ~/builds/ss
script:
- phpunit restfulserver/tests/
- phpcs --encoding=utf-8 --tab-width=4 --standard=restfulserver/tests/phpcs -np restfulserver