diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-04-26 17:23:24 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-04-26 17:23:24 +0000 |
commit | 8d73ddf73ffc2cefbe16ca06970377e13d4bead0 (patch) | |
tree | ecb8fbb4d8330fe936c43127f2b921ad24eec2e8 /lib/plugins/awesome_nested_set/.travis.yml | |
parent | 26868d8b140406cce8c2494efbac7f8f85f452d0 (diff) | |
download | redmine-8d73ddf73ffc2cefbe16ca06970377e13d4bead0.tar.gz redmine-8d73ddf73ffc2cefbe16ca06970377e13d4bead0.zip |
Moved Rails plugins required by the core to lib/plugins.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9533 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/plugins/awesome_nested_set/.travis.yml')
-rw-r--r-- | lib/plugins/awesome_nested_set/.travis.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/plugins/awesome_nested_set/.travis.yml b/lib/plugins/awesome_nested_set/.travis.yml new file mode 100644 index 000000000..8b9a87628 --- /dev/null +++ b/lib/plugins/awesome_nested_set/.travis.yml @@ -0,0 +1,14 @@ +notifications:
+ email:
+ - parndt@gmail.com
+env:
+ - DB=sqlite3
+ - DB=sqlite3mem
+ - DB=postgresql
+ - DB=mysql
+rvm:
+ - 1.8.7
+ - 1.9.2
+ - 1.9.3
+ - rbx-2.0
+ - jruby
\ No newline at end of file |