Travis CI configuration

This commit is contained in:
Karel Picman 2013-10-11 10:43:32 +02:00
parent e2bb12b929
commit a7d716da69
2 changed files with 34 additions and 37 deletions

View File

@ -1,9 +1,6 @@
language: ruby
rvm:
- 1.8.7
- jruby-18mode
- 1.9.2
- 1.9.3
- 2.0.0
@ -16,7 +13,7 @@ script:
- 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
- bash -x ./test/ci/redmine_install.sh -r
- bash -x ./test/ci/redmine_install.sh -i
- bash -x ./test/ci/redmine_install.sh -t
- bash -x ./test/ci/redmine_install.sh -u