forked from skylightio/skylight-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
44 lines (36 loc) · 1.01 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
language: ruby
# Do we need these bundler args?
bundler_args: --binstubs=b
cache: bundler
script: bundle exec rspec -cfs spec/
env:
global:
- SK_ENABLE_TRACE_LOGS=true
- RAILS_ENV=development
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- jruby
gemfile:
- gemfiles/Gemfile.rails-3.0.x
- gemfiles/Gemfile.rails-3.2.x
- gemfiles/Gemfile.rails-4.0.x
# - gemfiles/Gemfile.rails-edge
matrix:
exclude:
# As far as I can tell, Magnum wants the env, public doesn't
- rvm: 1.9.2
gemfile: gemfiles/Gemfile.rails-4.0.x
env:
- SK_ENABLE_TRACE_LOGS=true
- RAILS_ENV=development
- rvm: 1.9.2
gemfile: gemfiles/Gemfile.rails-4.0.x
# TODO: We may want to bring back rails-edge and add to allow_failures list
notifications:
campfire:
rooms:
- secure: "IRhdYUI6TCUTma3JTkv1NSrLuQIuCEyCKjKHVf2hl8VwmxridYfit5ewLs2F\n3kzk0Owh6lsM0eSyIygTGyT+5xIplZgk7N/p8ImvbqvTuNylqmmv7xoBaxKF\nTFmQaXHkSiVOF30EP67uF6zbENMT/n9+IpaXX45wrdu1XCP5SX4="
on_success: change
on_failure: always