Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paranoia
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
paranoia
Commits
555ce035
Unverified
Commit
555ce035
authored
Dec 02, 2019
by
Uwe Kubosch
Committed by
GitHub
Dec 02, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update JRuby version to 9.2.8.0 + avoid gem update
`gem update --system` fails with Ruby 2.2.
parent
0600183a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
.travis.yml
+6
-7
No files found.
.travis.yml
View file @
555ce035
sudo
:
false
language
:
ruby
before_install
:
gem update --system
cache
:
bundler
rvm
:
-
2.2
...
...
@@ -8,7 +7,7 @@ rvm:
-
2.4.5
-
2.5.3
-
2.6.3
-
jruby-9.
1.6
.0
-
jruby-9.
2.8
.0
env
:
matrix
:
...
...
@@ -21,15 +20,15 @@ env:
matrix
:
allow_failures
:
-
env
:
RAILS='~> 4.2.0' SQLITE_VERSION='~> 1.3.6'
rvm
:
jruby-9.
1.6
.0
rvm
:
jruby-9.
2.8
.0
-
env
:
RAILS='~> 5.0.0' SQLITE_VERSION='~> 1.3.6'
rvm
:
jruby-9.
1.6
.0
rvm
:
jruby-9.
2.8
.0
-
env
:
RAILS='~> 5.1.0'
rvm
:
jruby-9.
1.6
.0
rvm
:
jruby-9.
2.8
.0
-
env
:
RAILS='~> 5.2.0'
rvm
:
jruby-9.
1.6
.0
rvm
:
jruby-9.
2.8
.0
-
env
:
RAILS='master'
rvm
:
jruby-9.
1.6
.0
rvm
:
jruby-9.
2.8
.0
exclude
:
-
rvm
:
2.2
env
:
RAILS='master'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment