aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: e8fb782b41ae72a5ae26d82c94658e1da34fbf65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
before_script:
  - "bundle exec rake refinery:testing:dummy_app > /dev/null"
script: "bundle exec rake spec"
notifications:
  email:
    - parndt@gmail.com
    - ugis.ozolss@gmail.com
    - joe@joesak.com
    - jamie@enmasse.com
env:
  - DB=postgresql
  - DB=mysql
rvm:
  - 1.8.7
  - 1.9.2
  - 1.9.3
  - rbx
  - jruby