2015-08-05 23:45:49 +00:00
|
|
|
sudo: false
|
2015-02-25 02:09:39 +00:00
|
|
|
language: ruby
|
|
|
|
rvm:
|
2016-07-13 22:44:16 +00:00
|
|
|
- 2.3
|
2015-02-25 02:09:39 +00:00
|
|
|
- 2.2
|
|
|
|
- 2.0.0
|
|
|
|
- 2.1
|
|
|
|
- 1.9.3
|
|
|
|
- rbx-2
|
|
|
|
- jruby
|
2015-10-14 23:36:29 +00:00
|
|
|
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"
|
2015-08-05 23:45:49 +00:00
|
|
|
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
|
2015-02-25 02:09:39 +00:00
|
|
|
before_install:
|
2015-04-23 20:36:21 +00:00
|
|
|
- gem update bundler
|
2015-02-25 02:09:39 +00:00
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
recipients:
|
|
|
|
- temiola@google.com
|
|
|
|
on_success: change
|
|
|
|
on_failure: change
|