File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 7
7
- 2.2.6
8
8
- 2.3.3
9
9
- ruby-head
10
- - jruby-9.0.4.0
10
+ - jruby-9.1.5.0 # is precompiled per http://rubies.travis-ci.org/
11
11
- jruby-head
12
12
13
13
jdk :
14
14
- oraclejdk8
15
15
16
+ before_install :
17
+ - gem update --system
18
+ - rvm @global do gem uninstall bundler -a -x
19
+ - rvm @global do gem install bundler -v 1.13.7
16
20
install : bundle install --path=vendor/bundle --retry=3 --jobs=3
17
21
cache :
18
22
directories :
@@ -35,13 +39,13 @@ matrix:
35
39
exclude :
36
40
- rvm : 2.1
37
41
env : RAILS_VERSION=master
38
- - rvm : jruby-9.0.4 .0
42
+ - rvm : jruby-9.1.5 .0
39
43
env : RAILS_VERSION=master
40
44
- rvm : jruby-head
41
45
env : RAILS_VERSION=master
42
46
- rvm : 2.1
43
47
env : RAILS_VERSION=5.0
44
- - rvm : jruby-9.0.4 .0
48
+ - rvm : jruby-9.1.5 .0
45
49
env : RAILS_VERSION=5.0
46
50
- rvm : jruby-head
47
51
env : RAILS_VERSION=5.0
Original file line number Diff line number Diff line change 1
- version : ' {build}'
1
+ version : 1.0. {build}-{branch}
2
2
3
3
skip_tags : true
4
4
@@ -7,17 +7,23 @@ environment:
7
7
matrix :
8
8
- ruby_version : " Ruby21"
9
9
- ruby_version : " Ruby21-x64"
10
- - ruby_version : " jruby-9.0.0.0"
11
10
12
11
cache :
13
12
- vendor/bundle
14
13
15
14
install :
16
15
- SET PATH=C:\%ruby_version%\bin;%PATH%
17
- - gem install bundler
16
+ - gem update --system
17
+ - gem uninstall bundler -a -x
18
+ - gem install bundler -v 1.13.7
18
19
- bundle env
19
20
- bundle install --path=vendor/bundle --retry=3 --jobs=3
20
21
22
+ before_test :
23
+ - ruby -v
24
+ - gem -v
25
+ - bundle -v
26
+
21
27
test_script :
22
28
- bundle exec rake ci
23
29
You can’t perform that action at this time.
0 commit comments