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
6d3c2c45
Commit
6d3c2c45
authored
Sep 09, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Integration] Fix for Travis
parent
0444422d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Gemfile.lock
Gemfile.lock
+1
-1
Rakefile
Rakefile
+2
-2
No files found.
Gemfile.lock
View file @
6d3c2c45
...
@@ -7,7 +7,7 @@ GIT
...
@@ -7,7 +7,7 @@ GIT
GIT
GIT
remote: https://github.com/CocoaPods/Core.git
remote: https://github.com/CocoaPods/Core.git
revision:
9e592ef498539c732c2dd30bf32a40850117a4da
revision:
d7d34813894b7b08c8e19f137a3b04cd6fcc92b0
branch: master
branch: master
specs:
specs:
cocoapods-core (0.24.0)
cocoapods-core (0.24.0)
...
...
Rakefile
View file @
6d3c2c45
...
@@ -190,7 +190,7 @@ namespace :spec do
...
@@ -190,7 +190,7 @@ namespace :spec do
binary_path
=
"
#{
Dir
.
pwd
}
/bin/pod"
binary_path
=
"
#{
Dir
.
pwd
}
/bin/pod"
Dir
.
chdir
(
'spec/cocoapods-integration-specs'
)
do
Dir
.
chdir
(
'spec/cocoapods-integration-specs'
)
do
sh
"CP_TEST_POD_BINARY=
#{
binary_path
}
rake run"
sh
"CP_TEST_POD_BINARY=
'
#{
binary_path
}
' bundle exec
rake run"
end
end
end
end
...
@@ -266,7 +266,7 @@ namespace :spec do
...
@@ -266,7 +266,7 @@ namespace :spec do
task
:rebuild_integration_fixtures
do
task
:rebuild_integration_fixtures
do
binary_path
=
"
#{
Dir
.
pwd
}
/bin/pod"
binary_path
=
"
#{
Dir
.
pwd
}
/bin/pod"
Dir
.
chdir
(
'spec/cocoapods-integration-specs'
)
do
Dir
.
chdir
(
'spec/cocoapods-integration-specs'
)
do
sh
"CP_TEST_POD_BINARY=
#{
binary_path
}
rake rebuild_after_folders"
sh
"CP_TEST_POD_BINARY=
'
#{
binary_path
}
' bundle exec
rake rebuild_after_folders"
end
end
end
end
...
...
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