beorc/scopie

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
rvm:
  - 2.3.1
install: "bundle install --path vendor/bundle"
cache:
  directories:
    - vendor/bundle
script: "TRAVIS_CI=true bundle exec rspec --tag ~listen"
os:
  - linux