Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from revelrylabs/release-2
Browse files Browse the repository at this point in the history
Another try at v0.1.0
  • Loading branch information
grossvogel authored Oct 8, 2019
2 parents b38bc4e + 27e6586 commit 0080a04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,18 @@ after_script:
- bin/coverage_ci
jobs:
include:
- stage: deploy
- if: tag IS present
env:
- MIX_ENV=dev
stage: deploy
script: skip
elixir: 1.9.1
otp_release: 22.0
skip_cleanup: true
before_deploy:
- bin/ci_setup
deploy:
provider: script
script: bin/deploy
skip_cleanup: true
on:
tags: true
1 change: 1 addition & 0 deletions bin/deploy
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash

# deploy the package to hex
mix compile
mix hex.publish --yes

0 comments on commit 0080a04

Please sign in to comment.