Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
693b7f81
Commit
693b7f81
authored
Jun 14, 2016
by
Samuel Giddins
Committed by
GitHub
Jun 14, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4687 from CocoaPods/seg-ruby-2.3
[Travis] Add Ruby 2.3 to matrix
parents
2839f842
51d09bbf
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
.travis.yml
.travis.yml
+1
-0
integration.rb
spec/integration.rb
+12
-0
No files found.
.travis.yml
View file @
693b7f81
...
...
@@ -9,6 +9,7 @@ rvm:
# OS X 10.9.0-10.9.2
# TODO: currently unavailable: https://github.com/travis-ci/travis-ci/issues/2918
# - 2.0.0-p247
-
2.3.1
branches
:
only
:
...
...
spec/integration.rb
View file @
693b7f81
...
...
@@ -91,6 +91,18 @@ CLIntegracon.configure do |c|
path
.
open
(
'w'
)
{
|
f
|
f
<<
Pod
::
YAMLHelper
.
convert_hash
(
yaml
,
keys_hint
,
"
\n\n
"
)
}
end
c
.
preprocess
(
'**/*.xcodeproj'
,
%r{(^|/)(Podfile|Manifest).lock$}
)
do
|
path
|
keys_hint
=
if
path
.
extname
==
'.lock'
Pod
::
Lockfile
::
HASH_KEY_ORDER
end
contents
=
path
.
read
if
contents
.
strip
.
empty?
contents
else
Pod
::
YAMLHelper
.
convert_hash
(
YAML
.
load
(
contents
),
keys_hint
,
"
\n\n
"
)
end
end
# So we don't need to compare them directly
c
.
ignores
'Podfile'
...
...
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