google-auth-library-ruby/.travis.yml

20 lines
305 B
YAML
Raw Normal View History

language: ruby
rvm:
- 2.2
- 2.0.0
- 2.1
- 1.9.3
- rbx-2
- jruby
2015-02-25 06:56:16 +00:00
script: "bundle exec rake"
before_install:
2015-04-23 20:36:21 +00:00
- gem update bundler
- sudo apt-get update
- sudo apt-get install idn
notifications:
email:
recipients:
- temiola@google.com
on_success: change
on_failure: change