Skip to content

Commit

Permalink
fix(release): use travis-deploy-once (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Sep 7, 2018
1 parent c4245d3 commit f83068d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ before_script:
- npm prune
- npm run redis:up -- -d && sleep 10
after_success:
- npm run release
- npm install -g travis-deploy-once
- travis-deploy-once npm run release
- npm run coverage
branches:
except:
Expand Down

0 comments on commit f83068d

Please sign in to comment.