Skip to content

Commit 8d28d6b

Browse files
committed
add deploy on travis.ci
1 parent 1bc4164 commit 8d28d6b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,10 @@ before_install:
1010
script:
1111
- export PATH=/home/travis/.cabal/bin:$PATH
1212
- make test
13+
deploy:
14+
provider: releases
15+
api_key: $CI_USER_TOKEN
16+
skip_cleanup: true
17+
on:
18+
tags: true
19+
all_branches: true

0 commit comments

Comments
 (0)