google-api-ruby-client/.travis.yml

23 lines
413 B
YAML

language: ruby
rvm:
- 2.2
- 2.0.0
- 2.1
- jruby-9000
env:
- RAILS_VERSION="~>3.2"
- RAILS_VERSION="~>4.0.0"
- RAILS_VERSION="~>4.1.0"
- RAILS_VERSION="~>4.2.0"
script: "bundle exec rake spec:all"
before_install:
- sudo apt-get update
- sudo apt-get install idn
- gem update bundler
notifications:
email:
recipients:
- sbazyl@google.com
on_success: change
on_failure: change