-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
55 lines (55 loc) · 1.5 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
language: ruby
rvm:
- 2.0.0
- 1.9.3
- rbx-19mode
- ruby-head
matrix:
fast_finish: true
include:
- rvm: jruby-19mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov
- rvm: jruby-20mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov
- rvm: jruby-21mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov
- rvm: jruby-head
env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov
allow_failures:
- rvm: jruby-19mode # inconsistent travis-ci failures
- rvm: jruby-20mode # inconsistent travis-ci failures
- rvm: jruby-21mode # inconsistent travis-ci failures
- rvm: jruby-head # inconsistent travis-ci failures
- rvm: rbx-19mode
- rvm: ruby-head
- env: "RAILS_VERSION=master"
deploy:
provider: rubygems
api_key:
secure: fOxL5TmqeXQWp3rxxQLX9h1r1wRPVC9JizKhycQgMvxaUR3TztiLRjmNQplPlseIsBtdua3jtcT87v0/j3p3BUjTz3wazvKlRNHc73GQ1XGrSYQAsImdVAnRwRvT1d8NH0+f9lHCRuGj7kRTsqHKm7DkAmsqR/PhqvNKzKnKs8g=
gem: paperclip_redis
on:
tags: true
repo: webhat/paperclip_redis
script:
- cd spec/paperclip-app/
- bundle exec rake db:migrate --trace
- bundle exec rake db:test:prepare
- cd ../..
- bundle exec rake
before_install:
- bundle config build.nokogiri --use-system-libraries
env:
- "RAILS_VERSION=3.1.0"
- "RAILS_VERSION=3.2.0"
- "RAILS_VERSION=4.0.0"
- "RAILS_VERSION=4.1.0"
- "RAILS_VERSION=master"
services:
- redis-server
notifications:
irc:
channels:
- irc.freenode.org#paperclip-redis
on_success: never
on_failure: change