From 7dc2bd96755b0937f7655b4c36f2da5861ff377c Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 29 Mar 2013 09:54:12 +0100 Subject: [PATCH] Travis support --- .travis.yml | 22 ++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 24 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..d666823 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,22 @@ +# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details + +language: php +php: + - 5.3 + +env: + - DB=MYSQL CORE_RELEASE=3.1 + - DB=PGSQL CORE_RELEASE=3.1 + +matrix: + include: + - php: 5.4 + env: DB=MYSQL CORE_RELEASE=master + +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 userforms/tests/ \ No newline at end of file diff --git a/README.md b/README.md index d900e6f..bbf7d20 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # UserForms +[![Build Status](https://secure.travis-ci.org/silverstripe/silverstripe-userforms.png?branch=master)](http://travis-ci.org/silverstripe/silverstripe-userforms) + ## Introduction UserForms enables CMS users to create dynamic forms via a drag and drop interface