Skip to content

Commit

Permalink
Remove dist directory and move its content to github releases
Browse files Browse the repository at this point in the history
  • Loading branch information
DoumanAsh committed Apr 29, 2017
1 parent 2f68780 commit 0de4895
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 1,026 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ public/
coverage/
.nyc_output/
html/
dist/
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,16 @@ script:
after_success:
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then sh ./ci/upload_arts.sh; fi

deploy:
provider: releases
api_key: $GIT_TOKEN
file_glob: true
file: dist/jiken*
# don't delete the artifacts from previous phases
skip_cleanup: true
overwrite: true
# deploy when a new tag is pushed
on:
# channel to use to produce the release artifacts
condition: $TRAVIS_RUST_VERSION = stable
tags: true
312 changes: 0 additions & 312 deletions dist/jiken.cjs.js

This file was deleted.

Loading

0 comments on commit 0de4895

Please sign in to comment.