silverstripe-sqlite3/.travis.yml

21 lines
388 B
YAML
Raw Normal View History

language: php
sudo: false
2014-02-18 05:59:32 +01:00
php:
2016-01-18 03:28:10 +01:00
- 5.5
2014-02-18 05:59:32 +01:00
env:
matrix:
2016-01-18 03:28:10 +01:00
- DB=SQLITE CORE_RELEASE=master
2014-02-18 05:59:32 +01:00
before_script:
- composer self-update || true
2014-02-18 05:59:32 +01:00
- 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
- cd ~/builds/ss
script:
- phpunit framework/tests