Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
1ac89442
Commit
1ac89442
authored
Dec 09, 2016
by
Sergio Campama
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reenable cocoapods objc test and remove unnecessary workaround for rvm
parent
e43f73e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
13 deletions
+0
-13
.travis.yml
.travis.yml
+0
-4
tests.sh
tests.sh
+0
-9
No files found.
.travis.yml
View file @
1ac89442
...
...
@@ -73,10 +73,6 @@ matrix:
# we moved to an OS X image that is 10.11.
-
os
:
osx
env
:
CONFIG=python_cpp
# This started failing with the OS X 10.12 / Xcode 8.1 image.
# https://github.com/google/protobuf/issues/2472
-
os
:
osx
env
:
CONFIG=objectivec_cocoapods_integration
# Mark the iOS test as flakey as xcodebuild some times fails to start the
# iOS Simulator.
-
os
:
osx
...
...
tests.sh
View file @
1ac89442
...
...
@@ -275,15 +275,6 @@ build_objectivec_osx() {
}
build_objectivec_cocoapods_integration
()
{
# First, load the RVM environment in bash, needed to update ruby.
source
~/.rvm/scripts/rvm
# Update rvm to the latest version. This is needed to solve
# https://github.com/google/protobuf/issues/1786 and may not be needed in the
# future when Travis updates the default version of rvm.
rvm get
head
# Update ruby to 2.2.3 as the default one crashes with segmentation faults
# when using pod.
rvm use 2.2.3
--install
--binary
--fuzzy
# Update pod to the latest version.
gem
install
cocoapods
--no-ri
--no-rdoc
objectivec/Tests/CocoaPods/run_tests.sh
...
...
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