Skip to content

Commit

Permalink
new attempt to use github releases
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Mar 19, 2019
1 parent f4fda1b commit 7043938
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@ language: elm
elm:
- elm0.19.0

git:
depth: false

branches:
only:
- master
if: (branch = master) OR (tag =~ ^v)

jobs:
include:
Expand All @@ -21,11 +16,13 @@ jobs:
- stage: Build 🔨
script:
- elm make src/Main.elm --optimize --output=app.js
- git tag

deploy:
provider: releases
api_key: $GITHUB_ACCESS_TOKEN
skip_cleanup: true
draft: true
file:
- app.js
on:
Expand Down

0 comments on commit 7043938

Please sign in to comment.