summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: cd3e8091d87bf1f700bd84f352500bac0938c586 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: ruby
notifications:
  irc: "irc.freenode.org#axlsx"
  email:
    recipients:
      - [email protected]
    on_success: always
rvm:
  - 1.8.7
  - 1.9.2
  - 1.9.3
  - jruby-18mode
  - ruby-head
matrix:
  allow_failures:
    - rvm: jruby-18mode
    - rvm: ruby-head