forked from rubygems/bundler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
93 lines (93 loc) · 2.8 KB
/
.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
language: ruby
script: rake spec:travis
before_script: travis_retry rake spec:travis:deps
branches:
only:
- master
- 1-3-stable
- 1-2-stable
- 1-1-stable
- 1-0-stable
notifications:
email:
# andre
- secure: "bCcvqJT7YrBawtkXXwHhT+jOFth7r2Qv/30PkkbhQxk6Jb3xambjCOJ3U6vJ\ngYmiL50exi5lUp3oc3SEbHN5t2CrZqOZDQ6o7P8EAmB5c0oH2RrYaFOkI5Gt\nul/jGH/96A9sj0aMwG7JfdMSfhqj1DUKAm2PnnbXPL853VfmT24="
# terence
- secure: "MQ8eA5Jb8YzEpAo58DRGfVJklAPcEbAulpBZnTxp0am6ldneDtJHbQk21w6R\nj5GsDHlzr/lMp/GHIimtUZ7rLohfND8fj/W7fs1Dkd4eN02/ERt98x3pHlqv\nvZgSnZ39uVYv+OcphraE24QaRaGWLhWZAMYQTVe/Yz50NyG8g1U="
irc:
on_success: change
on_failure: always
channels:
secure: R4AY8ww2M6RYucSS2i/FeO8TchtqE3mfe+GhyY3a3w5gxX++X1FkkFDsTzUFkTfAoItQAysxQShtFBp5HKcKlrw4yUnQ1DVm4SpsMJ6R3GYKf6CwxetG30tQSYUijwPvebrFIXQ28ZETA7AZ4poF9NgfCe7dLaeQPhVXDAWq7N8=
campfire:
on_success: change
on_failure: always
rooms:
secure: MNTSGIySYwHia5gIgRiZxXtPMPDIP9KmzQk7Kq2ZoVvP3mIk8W1TMkvcyFkEf6uCasyVZZixzUBfY+E0BlHAz1ycQpTh1jvSpuIpEVYW48ShJldJ+8W8xfzafyOHii3z7VrDaomEffmMDdmHRsbQAfekMjdR4bTpXtT9V+wOXlg=
rvm:
- 2.0.0
- 1.9.3
# Rubygems versions MUST be available as rake tasks
# see Rakefile:66 for the list of possible RGV values
env:
# We need to know if changes to rubygems will break bundler on release
- RGV=master
# Test the latest rubygems release with all of our supported rubies
- RGV=v2.1.3
# Test the latest stable branch so we know the next minor will work
- RGV=2.1
matrix:
allow_failures:
# We want to know how we're doing with head, but not fail the build
- rvm: ruby-head
- env: RGV=master
# 1.9.2 is simply too slow. it sometimes exceeds the Travis hard limit.
- rvm: 1.9.2
# Alternate implementations are good data points but not maintained
- rvm: jruby
- rvm: rbx
include:
# Riding the edge
- rvm: ruby-head
env: RGV=master
# Alternate implementations
- rvm: jruby
env: RGV=v2.1.5
- rvm: rbx
env: RGV=v2.1.5
# Rubygems goes down to 2.0 on Ruby 2.0.0
- rvm: 2.0.0
env: RGV=v2.1.5
- rvm: 2.0.0
env: RGV=v2.0.10
# Rubygems goes down to 1.5.3 on Ruby 1.9.3
- rvm: 1.9.3
env: RGV=v2.1.5
- rvm: 1.9.3
env: RGV=v2.0.10
- rvm: 1.9.3
env: RGV=v1.8.27
- rvm: 1.9.3
env: RGV=v1.7.2
- rvm: 1.9.3
env: RGV=v1.6.2
- rvm: 1.9.3
env: RGV=v1.5.3
# We only want an overview of how 1.9.2 is doing
- rvm: 1.9.2
env: RGV=v2.1.5
# Rubygems goes down to 1.3.6 on Ruby 1.8.7
- rvm: 1.8.7
env: RGV=v1.8.27
- rvm: 1.8.7
env: RGV=v1.7.2
- rvm: 1.8.7
env: RGV=v1.6.2
- rvm: 1.8.7
env: RGV=v1.5.3
- rvm: 1.8.7
env: RGV=v1.4.2
- rvm: 1.8.7
env: RGV=v1.3.7
- rvm: 1.8.7
env: RGV=v1.3.6