projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
21846: applied select to context menu open
[arvados.git]
/
sdk
/
ruby-google-api-client
/
.travis.yml
1
language: ruby
2
rvm:
3
- 2.2
4
- 2.0.0
5
- 2.1
6
- 1.9.3
7
- rbx-2
8
- jruby
9
env:
10
- RAILS_VERSION="~>3.2"
11
- RAILS_VERSION="~>4.0.0"
12
- RAILS_VERSION="~>4.1.0"
13
- RAILS_VERSION="~>4.2.0"
14
script: "bundle exec rake spec:all"
15
before_install:
16
- sudo apt-get update
17
- sudo apt-get install idn
18
notifications:
19
email:
20
recipients:
21
- sbazyl@google.com
22
on_success: change
23
on_failure: change