vivangkumar/ignorify

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
# Travis config

language: ruby
cache: bundler

rvm:
  - 1.9.3
  - 2.0.0
  - 2.1
  - 2.2

# Install dependencies
install: bundle install

# Test command
script: rspec

# Turn off notifications
notifications:
  email: false