Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8174a4a

Browse files
committed
Test on JRuby 9.{0,1,2} rather than "head"
1 parent9605980 commit8174a4a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎.travis.yml‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
sudo:false
2-
dist:trusty
32
language:ruby
43

54
rvm:
@@ -13,10 +12,12 @@ rvm:
1312
-2.6.6
1413
-2.7.1
1514
-jruby-19mode
16-
-jruby-head
15+
-jruby-9.0
16+
-jruby-9.1
17+
-jruby-9.2
1718

1819
before_install:
19-
-'[[ "$(ruby --version)"== *"1.9.3"* ]]&& gem update --system 2.4.8 || true'
20+
-'[[ "$(ruby --version)"!= *"1.9.3"* ]]|| gem update --system 2.4.8'
2021

2122
script:
22-
-bundle exec rspec -c spec
23+
-bundle exec rspec

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp