language: ruby rvm: - 2.0.0 - 2.1.0 before_install: gem install bundler -v "1.5.1" script: bundle exec rake spec:coverage gemfile: .travis-gemfile notifications: email: false