Skip to content

Commit

Permalink
updated build script
Browse files Browse the repository at this point in the history
  • Loading branch information
berk committed Dec 10, 2015
1 parent c8c1ac7 commit 5591235
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,11 @@ end

puts "\nBuilding tml-php #{version}..."

if ARGV.include?('release')
execute('git checkout master')
execute('git merge develop')
execute('git push')
end

execute('phpunit')

if ARGV.include?('release')
execute('git checkout master')
execute('git merge develop')
execute("git tag #{version}")
execute('git push')

Expand Down

0 comments on commit 5591235

Please sign in to comment.