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
a9a26809
Unverified
Commit
a9a26809
authored
May 07, 2016
by
Samuel Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Travis] Update RubyGems
parent
8d6d99a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
.travis.yml
.travis.yml
+2
-4
No files found.
.travis.yml
View file @
a9a26809
...
@@ -19,9 +19,8 @@ before_install:
...
@@ -19,9 +19,8 @@ before_install:
# There is a bug in travis. When using system ruby, bundler is not
# There is a bug in travis. When using system ruby, bundler is not
# installed and causes the default install action to fail.
# installed and causes the default install action to fail.
-
sudo gem install bundler
-
sudo gem install bundler
# RubyGems 2.0.14 isn't a fun time on 2.0.0p645
after_install
:
-
if [ "$(ruby -v | cut -d ' ' -f2)" = "2.0.0p645" ]; then sudo gem update --system; fi
-
./bin/pod repo update --silent
before_script
:
before_script
:
-
bundle exec pod repo update --silent
-
bundle exec pod repo update --silent
...
@@ -33,4 +32,3 @@ script:
...
@@ -33,4 +32,3 @@ script:
addons
:
addons
:
code_climate
:
code_climate
:
repo_token
:
501acd9bc61d80ef6119b69ab42c52fa66cefddcc6724a1e93a79c3d3e32bf55
repo_token
:
501acd9bc61d80ef6119b69ab42c52fa66cefddcc6724a1e93a79c3d3e32bf55
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