Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mimemagic
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
mimemagic
Commits
b62d29d0
Unverified
Commit
b62d29d0
authored
Feb 05, 2019
by
Daniel Mendler
Committed by
GitHub
Feb 05, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #73 from olleolleolle/patch-1
CI: rbx-3 in allow_failures, comment on Bundler
parents
317f9ffe
5b4ea8ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
.travis.yml
+4
-1
No files found.
.travis.yml
View file @
b62d29d0
...
...
@@ -11,7 +11,10 @@ rvm:
-
jruby-19mode
-
rbx-3
before_install
:
-
gem install bundler -v'< 2'
# the default bundler version on travis is very old and causes 1.9.3 build issues
# 1. The pre-installed Bundler version on Travis is very old; causes 1.9.3 build issues
# 2. Bundler 2.0 is not supported by the whole matrix
-
gem install bundler -v'< 2'
matrix
:
allow_failures
:
-
rvm
:
ruby-head
-
rvm
:
rbx-3
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