forked from ileitch/rapns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
39 lines (38 loc) · 831 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
before_script: "psql -c 'create database rapns_test;' -U postgres >/dev/null"
language: ruby
rvm:
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode
gemfile:
- Gemfile
- Gemfile.rails-4.0
env: QUALITY=true
matrix:
include:
- rvm: 1.9.3
gemfile: Gemfile.rails-4.0
env: QUALITY=false
- rvm: 2.0.0
gemfile: Gemfile.rails-4.0
env: QUALITY=false
- rvm: 2.0.0
gemfile: Gemfile
env: ADAPTER=sqlite3
exclude:
- rvm: 1.9.3
gemfile: Gemfile.rails-4.0
env: QUALITY=true
- rvm: 2.0.0
gemfile: Gemfile.rails-4.0
env: QUALITY=true
- rvm: jruby-19mode
gemfile: Gemfile.rails-4.0
env: QUALITY=true
- rvm: rbx-19mode
gemfile: Gemfile.rails-4.0
env: QUALITY=true
allow_failures:
- rvm: rbx-19mode
- rvm: jruby-19mode