bisscomm/refinerycms-products

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
cache: bundler
bundler_args: --without development
before_script: "bin/rake refinery:testing:dummy_app"
env:
  - DB=postgresql
  - DB=mysql
notifications:
  webhooks:
    - https://webhooks.gitter.im/e/2e2c6c0937f4fe221327
rvm:
  - 2.2
  - 2.1
  - 2.0.0
sudo: false