Skip to content

Commit

Permalink
Update CI/Version
Browse files Browse the repository at this point in the history
  • Loading branch information
muxueqz committed Aug 30, 2019
1 parent 13bb2bf commit 50aef8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ install:
curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh
sh init.sh -y
before_script:
- set -e
- set -x
# - set -e
# - set -x
- export PATH=$HOME/.nimble/bin:$PATH
- export CHOOSENIM_NO_ANALYTICS=1

Expand All @@ -27,7 +27,7 @@ deploy:
provider: releases
api_key:
secure: GITHUB_TOKEN
file: "skybook"
file: "$HOME/.nimble/bin/skybook"
skip_cleanup: true
on:
tags: true
2 changes: 1 addition & 1 deletion skybook.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.1.0"
version = "1.0.0"
author = "muxueqz"
description = "Light weight bookmark manager(delicious alternative)"
license = "GPL-2.0"
Expand Down

0 comments on commit 50aef8b

Please sign in to comment.