summaryrefslogtreecommitdiffstats
path: root/lib/plugins/awesome_nested_set/.travis.yml
blob: c821cce8d1d939bdfc3c4d48ef6b4b05dc732f28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
before_install: gem install bundler --pre
notifications:
  email:
    - parndt@gmail.com
env:
  - DB=sqlite3
  - DB=sqlite3mem
rvm:
  - 1.8.7
  - 1.9.2
  - 1.9.3
  - rbx
  - jruby
gemfile:
  - gemfiles/Gemfile.rails-3.0.rb
  - gemfiles/Gemfile.rails-3.1.rb
  - gemfiles/Gemfile.rails-3.2.rb