Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Added rake push task
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Oct 6, 2015
1 parent de6c981 commit 5c92b2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ task default: :spec
task :test do
sh '../fastlane/bin/fastlane test'
end

task :push do
sh '../fastlane/bin/fastlane release'
end

0 comments on commit 5c92b2d

Please sign in to comment.