Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nailujx86 authored Oct 26, 2018
1 parent 6859529 commit 53b1529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ deploy:
provider: releases
api_key: '$GITHUB_API_KEY'
file_glob: true
file: dist/*
file: dist/**/
on:
tag: true
branch: master
skip_cleanup: true
name: "Build $TRAVIS_BUILD_NUMBER on $(date +'%d.%m.%Y %R')"
name: "Build $TRAVIS_BUILD_NUMBER on $(date +'%d.%m.%Y %R')"

0 comments on commit 53b1529

Please sign in to comment.