mirror of
https://github.com/silverstripe/silverstripe-multiform
synced 2024-10-22 09:05:49 +00:00
Travis support
This commit is contained in:
parent
316c2d2b0b
commit
317e44ca5a
17
.travis.yml
Normal file
17
.travis.yml
Normal file
@ -0,0 +1,17 @@
|
||||
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
|
||||
|
||||
language: php
|
||||
php:
|
||||
- 5.3
|
||||
|
||||
env:
|
||||
- DB=MYSQL CORE_RELEASE=2.4
|
||||
- DB=PGSQL CORE_RELEASE=2.4
|
||||
|
||||
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:
|
||||
- phpunit multiform/tests/
|
@ -1,5 +1,7 @@
|
||||
# MultiForm Module #
|
||||
|
||||
[![Build Status](https://secure.travis-ci.org/silverstripe/silverstripe-multiform.png?branch=0.5)](http://travis-ci.org/silverstripe/silverstripe-multiform)
|
||||
|
||||
## Introduction ##
|
||||
|
||||
MultiForm is a module for Sapphire, allowing flow control for forms, and step process to be
|
||||
|
Loading…
x
Reference in New Issue
Block a user