Skip to content

Commit

Permalink
chore(ci): use Travis deploy (#24)
Browse files Browse the repository at this point in the history
Travis checks out a specific commit which breaks branch detection by
detaching HEAD. This is a workaround.
  • Loading branch information
andrewrynhard authored Jul 22, 2017
1 parent 31f79af commit 6cece44
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,15 @@ script:

after_success:
- bash <(curl -s https://codecov.io/bash)

deploy:
- provider: script
script: conform enforce
skip_cleanup: true
on:
branch: master
- provider: script
script: conform enforce
skip_cleanup: true
on:
tags: true

0 comments on commit 6cece44

Please sign in to comment.