From 146394cce7004441303439889ee5acedf4bd5e19 Mon Sep 17 00:00:00 2001 From: Karel Picman Date: Thu, 10 Oct 2013 10:50:44 +0200 Subject: [PATCH] Travis CI configuration --- .travis.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..c918f2bc --- /dev/null +++ b/.travis.yml @@ -0,0 +1,22 @@ +language: ruby + +rvm: + - 1.8.7 + - jruby-18mode + - 1.9.2 + - 1.9.3 + - 2.0.0 + + +install: "echo skip bundle install" + +script: + - export WORKSPACE=`pwd`/workspace + - export PATH_TO_DMSF=`pwd` + - export PATH_TO_REDMINE=$WORKSPACE/redmine + - mkdir $WORKSPACE + - cp config/database.yml.travis $WORKSPACE/database.yml + - bash -x ./test/ci/redmine20_install.sh -r + - bash -x ./test/ci/redmine20_install.sh -i + - bash -x ./test/ci/redmine20_install.sh -t + - bash -x ./test/ci/redmine20_install.sh -u