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

19 lines
291 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
- 1.9.3
- rbx-2
2014-12-15 22:28:06 +00:00
- jruby
script: "bundle exec rake spec:all"
before_install:
- sudo apt-get update
- sudo apt-get install idn
notifications:
email:
recipients:
- sbazyl@google.com
on_success: change
on_failure: change