summary refs log tree commit diff
path: root/.travis.yml
blob: 601fdf76d999a1f6760c14d2b19c54bbc4749d2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
script: bin/bacon -Ilib --automatic --quiet
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- rbx-18mode
- rbx-19mode
- jruby-18mode
- jruby-19mode
notifications:
  recipients:
  - gabriel.horner@gmail.com
matrix:
  # until issues are fixed
  allow_failures:
  - rvm: rbx-18mode
  - rvm: rbx-19mode
  - rvm: jruby-18mode
  - rvm: jruby-19mode