silverstripe-translatable/.travis.yml

26 lines
539 B
YAML
Raw Normal View History

# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
2013-03-28 11:21:32 +01:00
2015-10-30 05:59:48 +01:00
language: php
php:
2015-11-03 18:19:20 +01:00
- 5.5
2012-10-02 21:34:53 +02:00
sudo: false
2012-10-02 21:34:53 +02:00
env:
2013-03-28 11:21:32 +01:00
- DB=MYSQL CORE_RELEASE=master
- DB=PGSQL CORE_RELEASE=master
2012-10-02 21:34:53 +02:00
matrix:
2013-03-28 11:21:32 +01:00
include:
2015-11-03 18:19:20 +01:00
- php: 5.6
2013-03-28 11:21:32 +01:00
env: DB=MYSQL CORE_RELEASE=master
2012-10-02 21:34:53 +02:00
before_script:
- 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-02 21:34:53 +02:00
- cd ~/builds/ss
2015-10-30 05:59:48 +01:00
script:
2012-10-02 21:34:53 +02:00
- phpunit translatable/tests/