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

23 lines
413 B
YAML
Raw Normal View History

language: ruby
rvm:
2014-12-15 22:28:06 +00:00
- 2.2
- 2.0.0
2014-12-15 22:28:06 +00:00
- 2.1
- jruby-9000
env:
- RAILS_VERSION="~>3.2"
- RAILS_VERSION="~>4.0.0"
- RAILS_VERSION="~>4.1.0"
- RAILS_VERSION="~>4.2.0"
2016-01-05 05:19:56 +00:00
script: "bundle exec rake spec:all"
before_install:
- sudo apt-get update
- sudo apt-get install idn
2015-12-15 19:02:47 +00:00
- gem update bundler
notifications:
email:
recipients:
- sbazyl@google.com
on_success: change
on_failure: change