aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 62468f8e77b01be245d67cc15324db42b194a0b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
script: "bundle exec rake && bundle exec rspec spec/"
notifications:
  email:
    - parndt@gmail.com
    - ugis.ozolss@gmail.com
    - joe@joesak.com
    - jamie@enmasse.com
env:
  - DB=postgres
  - DB=mysql
  - DB=sqlite3
rvm:
  - 1.8.7
  - 1.9.2
  - 1.9.3
  - rbx
  - rbx-2.0
  - ree
  - jruby