Skip to content

Commit

Permalink
Add deploy instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
markpbaggett committed Dec 17, 2019
1 parent 293ed6f commit a18243d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@ before_install:
- docker pull nimlang/nim:1.0.2
script:
- docker run --rm -v `pwd`:/usr/src/app -w /usr/src/app nimlang/nim:1.0.2 /bin/bash -c "nimble install -y; nimble test"
- pwd
- ls -la

deploy:
provider: releases
api_key: "${GITHUB_OAUTH_TOKEN}"
file: "${BINARY_PACKAGE}"
skip_cleanup: true
on:
tags: true

0 comments on commit a18243d

Please sign in to comment.