Skip to content

Commit

Permalink
Merge pull request #22 from simplifi/travis-updates
Browse files Browse the repository at this point in the history
Remove branches to let tagged commits through
  • Loading branch information
davidnsimplifi authored Feb 8, 2024
2 parents ae8ce31 + 2a93006 commit c5bb978
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ jobs:
- elixir: 1.12.3
otp_release: 24.0

branches:
only:
- "master"

cache:
directories:
- deps
Expand All @@ -31,5 +27,10 @@ install:
script:
- ./scripts/ci_build.sh

after_success:
- .travis/upload.sh
deploy:
skip_cleanup: true
provider: script
script: mix hex.publish --yes
on:
tags: true
elixir: '1.13.4'
12 changes: 0 additions & 12 deletions .travis/upload.sh

This file was deleted.

0 comments on commit c5bb978

Please sign in to comment.