Skip to content

Commit

Permalink
correct position for before_deploy config
Browse files Browse the repository at this point in the history
  • Loading branch information
codez committed Apr 18, 2018
1 parent fb8e708 commit 0dcc0c7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ script:
- bundle exec rails test
- bundle exec rubocop

before_deploy:
- bundle exec rails package

deploy:
provider: releases
api_key:
Expand All @@ -36,5 +39,4 @@ deploy:
on:
tags: true
repo: radiorabe/raar
before_deploy:
- bundle exec rails package

0 comments on commit 0dcc0c7

Please sign in to comment.