Travis CI configuration

This commit is contained in:
Karel Picman 2013-10-11 14:27:23 +02:00
parent ca221956fe
commit a872395344
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
language: ruby
rvm:
- 1.8.7
rvm:
- 1.9.3
- 2.0.0

View File

@ -26,7 +26,7 @@ export PATH_TO_PLUGINS=./plugins
export GENERATE_SECRET=generate_secret_token
export MIGRATE_PLUGINS=redmine:plugins:migrate
export REDMINE_GIT_REPO=git://github.com/redmine/redmine.git
export REDMINE_GIT_TAG=2.3-stable
export REDMINE_GIT_TAG=2.0-stable
export BUNDLE_GEMFILE=$PATH_TO_REDMINE/Gemfile
clone_redmine()