File tree Expand file tree Collapse file tree 2 files changed +19
-28
lines changed
Expand file tree Collapse file tree 2 files changed +19
-28
lines changed Original file line number Diff line number Diff line change @@ -28,39 +28,28 @@ script: 'ci/travis.rb'
2828
2929env :
3030 matrix :
31- - " GEM=railties"
32- - " GEM=ap"
33- - " GEM=ac"
34- - " GEM=ac FAYE=1"
35- - " GEM=am,amo,as,av,aj"
36- - " GEM=as PRESERVE_TIMEZONES=1"
37- - " GEM=ar:mysql2"
38- - " GEM=ar:sqlite3"
39- - " GEM=ar:postgresql"
40- - " GEM=aj:integration"
41- - " GEM=guides"
31+ - " Z=1 FIX=1 GEM=as"
32+ - " Z=2 FIX=1 GEM=as"
33+ - " Z=3 FIX=1 GEM=as"
34+ - " Z=4 FIX=1 GEM=as"
35+ - " Z=1 FIX=1 GEM=as PRESERVE_TIMEZONES=1"
36+ - " Z=2 FIX=1 GEM=as PRESERVE_TIMEZONES=1"
37+ - " Z=3 FIX=1 GEM=as PRESERVE_TIMEZONES=1"
38+ - " Z=4 FIX=1 GEM=as PRESERVE_TIMEZONES=1"
39+ - " Z=1 GEM=as"
40+ - " Z=2 GEM=as"
41+ - " Z=3 GEM=as"
42+ - " Z=4 GEM=as"
43+ - " Z=1 GEM=as PRESERVE_TIMEZONES=1"
44+ - " Z=2 GEM=as PRESERVE_TIMEZONES=1"
45+ - " Z=3 GEM=as PRESERVE_TIMEZONES=1"
46+ - " Z=4 GEM=as PRESERVE_TIMEZONES=1"
4247
4348rvm :
4449 - 2.2.5
4550 - 2.3.1
46- - ruby-head
4751
4852matrix :
49- include :
50- # Latest compiled version in http://rubies.travis-ci.org
51- - rvm : 2.3.1
52- env :
53- - " GEM=ar:mysql2"
54- addons :
55- mariadb : 10.0
56- - rvm : jruby-9.0.5.0
57- jdk : oraclejdk8
58- env :
59- - " JRUBY_OPTS='--dev -J-Xmx1024M'"
60- - " GEM='ap'"
61- allow_failures :
62- - rvm : ruby-head
63- - rvm : jruby-9.0.5.0
6453 fast_finish : true
6554
6655notifications :
Original file line number Diff line number Diff line change 3737# Active Support.
3838gem 'dalli' , '>= 2.2.1'
3939gem 'listen' , '~> 3.0.5' , require : false
40- gem 'rb-inotify' , github : 'matthewd/rb-inotify' , branch : 'close-handling'
40+ if ENV [ 'FIX' ] == '1'
41+ gem 'rb-inotify' , github : 'matthewd/rb-inotify' , branch : 'close-handling'
42+ end
4143
4244# Active Job.
4345group :job do
You can’t perform that action at this time.
0 commit comments