summaryrefslogtreecommitdiffstats
path: root/lib/plugins/awesome_nested_set/.travis.yml
blob: ad9e670a383e75192c79446b2bab087b87e7b938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: ruby
script: bundle exec rspec spec
env:
  - DB=sqlite3
  - DB=sqlite3mem
  - DB=postgresql
  - DB=mysql
rvm:
  - 2.0.0
  - 1.9.3
  - rbx
  - jruby-19mode
  - 1.8.7
  - jruby-18mode
gemfile:
  - gemfiles/Gemfile.rails-3.0.rb
  - gemfiles/Gemfile.rails-3.1.rb
  - gemfiles/Gemfile.rails-3.2.rb