projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Syntax change to satisfy pull request
[arvados.git]
/
.travis.yml
1
language: ruby
2
rvm:
3
- 1.8.7
4
- 1.9.2
5
- 1.9.3
6
- jruby
7
- ree
8
script: "bundle exec rake"
9
before_install:
10
- sudo apt-get update
11
- sudo apt-get install idn
12
notifications:
13
email:
14
recipients:
15
- bobaman@google.com
16
- sbazyl@google.com
17
on_success: change
18
on_failure: change