silverstripe-sqlite3/.travis.yml

31 lines
621 B
YAML
Raw Normal View History

2016-03-23 11:20:55 +00:00
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
sudo: false
2014-02-18 17:59:32 +13:00
2016-03-23 11:20:55 +00:00
language: php
2014-02-18 17:59:32 +13:00
php:
2016-01-18 15:28:10 +13:00
- 5.5
2016-03-23 11:20:55 +00:00
- 5.6
- 7.0
2014-02-18 17:59:32 +13:00
env:
2016-03-23 11:20:55 +00:00
- DB=SQLITE CORE_RELEASE=master PDO=1
matrix:
include:
- php: 5.6
env: DB=SQLITE CORE_RELEASE=master PDO=0
2016-08-11 17:18:20 +12:00
allow_failures:
- php: 7.0
2014-02-18 17:59:32 +13:00
before_script:
2016-03-23 11:20:55 +00:00
- composer self-update || true
- 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
- composer install
2014-02-18 17:59:32 +13:00
2016-03-23 11:20:55 +00:00
script:
- vendor/bin/phpunit framework/tests