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
ed6e3ffc
Commit
ed6e3ffc
authored
Apr 15, 2014
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Specs] Baazar and Mercurial are not needed anymore
parent
46be43de
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
.travis.yml
.travis.yml
+0
-1
Rakefile
Rakefile
+0
-9
No files found.
.travis.yml
View file @
ed6e3ffc
...
@@ -7,7 +7,6 @@ before_install:
...
@@ -7,7 +7,6 @@ before_install:
-
curl http://curl.haxx.se/ca/cacert.pem -o /usr/local/share/cacert.pem
-
curl http://curl.haxx.se/ca/cacert.pem -o /usr/local/share/cacert.pem
# - sh -c 'if [ "$RVM_RUBY_VERSION" != "system" ]; then rvm install $RVM_RUBY_VERSION --without-tcl --without-tk; fi'
# - sh -c 'if [ "$RVM_RUBY_VERSION" != "system" ]; then rvm install $RVM_RUBY_VERSION --without-tcl --without-tk; fi'
-
source ~/.rvm/scripts/rvm && rvm use $RVM_RUBY_VERSION
-
source ~/.rvm/scripts/rvm && rvm use $RVM_RUBY_VERSION
-
brew update && brew install bzr
install
:
eval $RUBY_VERSION_SPECIFIC && rake bootstrap[use_bundle_dir]
install
:
eval $RUBY_VERSION_SPECIFIC && rake bootstrap[use_bundle_dir]
script
:
bundle exec rake spec:ci
script
:
bundle exec rake spec:ci
notifications
:
notifications
:
...
...
Rakefile
View file @
ed6e3ffc
...
@@ -31,15 +31,6 @@ task :bootstrap, :use_bundle_dir? do |t, args|
...
@@ -31,15 +31,6 @@ task :bootstrap, :use_bundle_dir? do |t, args|
else
else
execute_command
"env XCODEPROJ_BUILD=1 bundle install"
execute_command
"env XCODEPROJ_BUILD=1 bundle install"
end
end
puts
"Checking for hg and bzr..."
if
`which hg`
.
strip
.
empty?
puts
"Please install Mercurial: `brew install hg`"
end
if
`which bzr`
.
strip
.
empty?
puts
"Please install Bazaar: `brew install bzr`"
end
end
end
# Post release
# Post release
...
...
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