-
Notifications
You must be signed in to change notification settings - Fork 3
/
.travis.yml
50 lines (44 loc) · 907 Bytes
/
.travis.yml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
language: ruby
sudo: false
cache: bundler
branches:
only:
- master
notifications:
irc: 'irc.freenode.org#padrino'
recipients:
before_install: gem install bundler --pre
install:
- gem update --system
- bundle update
matrix:
allow_failures:
- rvm: rbx-2.2.7
- rvm: jruby-head
include:
- rvm: 2.1.5
gemfile: gemfiles/datamapper
- rvm: 2.1.5
gemfile: gemfiles/dynamoid
- rvm: 2.1.5
gemfile: gemfiles/minirecord
- rvm: 2.1.5
gemfile: gemfiles/mongoid
services: mongodb
- rvm: 2.1.5
gemfile: gemfiles/mongomapper
services: mongodb
- rvm: 2.1.5
gemfile: gemfiles/sequel
- rvm: rbx-2.2.7
- rvm: jruby-9.1.5.0
- rvm: jruby-head
- rvm: 1.9.3
- rvm: 2.0.0
- rvm: 2.1.5
- rvm: 2.2.2
- rvm: 2.3.3
- rvm: 2.4.1
- rvm: ruby-head