summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 185b3e5dd45e6f0f5a962f072b6ddc3044650b75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Passes arguments to bundle install (http://gembundler.com/man/bundle-install.1.html)
bundler_args: --binstubs

# Specify which ruby versions you wish to run your tests on, each version will be used
rvm:
  - 1.8.7
  - 1.9.2
  - 1.9.3
  - ree
  - rbx-18mode
  - rbx-19mode
  - jruby-18mode
  - jruby-19mode
  - ruby-head
matrix:
  allow_failures:
    - rvm: rbx-18mode
    - rvm: rbx-19mode
script: "bundle exec rake"