21 lines
264 B
YAML
21 lines
264 B
YAML
bundler_args: "--without development production"
|
|
|
|
rvm:
|
|
- 1.8.7
|
|
- ree
|
|
- 1.9.2
|
|
|
|
before_script: "./config/ci/before-travis.sh"
|
|
|
|
script: "bundle exec rake travis"
|
|
|
|
env:
|
|
- DB=postgres
|
|
- DB=mysql
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
notifications:
|
|
disable: true
|