Skip to content

Commit

Permalink
Merge pull request #21 from skalenetwork/develop
Browse files Browse the repository at this point in the history
Beta build 23/09/19
  • Loading branch information
dmytrotkk authored Sep 23, 2019
2 parents 611c1a6 + 389c245 commit 460e81c
Show file tree
Hide file tree
Showing 26 changed files with 480 additions and 85 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,17 @@ jobs:
- provider: releases
api_key: "$GITHUB_OAUTH_TOKEN"
skip_cleanup: true
name: $VERSION @ $(date +'%d.%m.%Y %R')
file:
- dist/$EXECUTABLE_NAME
on:
repo: skalenetwork/skaled
repo: $TRAVIS_REPO_SLUG
branch: stable
- provider: releases
api_key: "$GITHUB_OAUTH_TOKEN"
skip_cleanup: true
prerelease: true
name: $VERSION @ $(date +'%d.%m.%Y %R')
file:
- dist/$EXECUTABLE_NAME
on:
Expand Down
Loading

0 comments on commit 460e81c

Please sign in to comment.