forked from fog/fog-openstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
36 lines (36 loc) · 692 Bytes
/
.travis.yml
File metadata and controls
36 lines (36 loc) · 692 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
language: ruby
sudo: false
script:
- bundle exec rake test
- bundle exec rake spec
env:
- JRUBY_OPTS=--debug
matrix:
fast_finish: true
include:
- rvm: 1.9.3
gemfile: gemfiles/Gemfile-1.9
- rvm: 2.0.0
gemfile: Gemfile
- rvm: 2.1.0
gemfile: Gemfile
- rvm: 2.1.1
gemfile: Gemfile
- rvm: 2.2.0
gemfile: Gemfile
- rvm: 2.3.0
gemfile: Gemfile
- rvm: jruby-19mode
gemfile: gemfiles/Gemfile-1.9
- rvm: jruby-head
gemfile: Gemfile
allow_failures:
- rvm: jruby-head
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/af95aadff4470a9732b9
on_success: change
on_failure: always
on_start: never
email: false