forked from padrino/padrino-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
42 lines (42 loc) · 823 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
lang: ruby
before_install: gem install bundler --pre
install:
- gem update --system
- bundle update
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- rbx-18mode
- jruby-19mode
notifications:
irc: 'irc.freenode.org#padrino'
recipients:
- nesquena@gmail.com
- mr.arthur.chiu@gmail.com
- joshbuddy@gmail.com
- info@daddye.it
- florian.gilcher@asquera.de
- dario@uxtemple.com
- ujifgc@gmail.com
- ortuna@gmail.com
branches:
only:
- master
services: mongodb
matrix:
include:
- rvm: 1.9.3
env: SINATRA_EDGE=true
- rvm: 1.9.3
env: AS_VERSION=3.1.0
- rvm: 2.0.0
env: SINATRA_EDGE=true
- rvm: 2.0.0
env: AS_VERSION=3.1.0
allow_failures:
- rvm: 1.9.3
env: SINATRA_EDGE=true
- rvm: 2.0.0
env: SINATRA_EDGE=true
- rvm: rbx-18mode