Skip to content

Commit

Permalink
SKALE-3427 add multiple files
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Oct 26, 2020
1 parent 0bf7d32 commit 397d126
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,19 +82,15 @@ matrix:
deploy:
- provider: releases
api_key: "$GITHUB_OAUTH_TOKEN"
file: "build/bls_glue"
file: "build/verify_bls"
file: "build/hash_g1"
file: {"build/bls_glue", "build/verify_bls", "build/hash_g1"}
skip_cleanup: true
name: $VERSION
on:
repo: $TRAVIS_REPO_SLUG
branch: master
- provider: releases
api_key: "$GITHUB_OAUTH_TOKEN"
file: "build/bls_glue"
file: "build/verify_bls"
file: "build/hash_g1"
file: {"build/bls_glue", "build/verify_bls", "build/hash_g1"}
skip_cleanup: true
prerelease: true
name: $VERSION
Expand Down

0 comments on commit 397d126

Please sign in to comment.