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

18 lines
283 B
YAML

language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby
- ree
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