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

39 lines
677 B
YAML
Raw Normal View History

sudo: false
language: ruby
rvm:
- 2.3
- 2.2
- 2.0.0
- 2.1
- 1.9.3
- rbx-2
- jruby
matrix:
allow_failures:
2015-12-11 22:59:08 +00:00
- rvm: rbx-2 # See rubinius/rubinius#3485 - rubocop segfaults
2015-02-25 06:56:16 +00:00
script: "bundle exec rake"
addons:
apt:
packages:
- idn
- build-essential # this and below attempt allow rubinius to be setup ok
- bison
- ruby-dev
- rake zlib1g-dev
- libyaml-dev
- libssl-dev
- libreadline-dev
- libncurses5-dev
- llvm
- llvm-dev
- libeditline-dev
- libedit-dev
before_install:
2015-04-23 20:36:21 +00:00
- gem update bundler
notifications:
email:
recipients:
- temiola@google.com
on_success: change
on_failure: change