Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
Make Travis upload artifacts to github on each build
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkak committed Sep 29, 2018
1 parent 01ef313 commit 3afaa0f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,18 @@ script:
- npm install eslint prettier
- ./node_modules/.bin/eslint workspace-grid@mathematical.coffee.gmail.com/*.js
- ./node_modules/.bin/prettier -l .travis.yml Readme.md
- make dev-zip
before_deploy:
# Set up git user name and tag this commit
- git config --local user.name "Foivos Zakkak"
- git config --local user.email "foivos@zakkak.net"
- git tag "workspace-grid-for-$TRAVIS_BRANCH-b$TRAVIS_BUILD_NUMBER"
deploy:
skip_cleanup: true
provider: releases
api_key:
secure: QsE+q7sECWsR4vriXItgNBsojQnUe2UtX3GmgauqgPkx1HZNjsXrWlIJvr7BZhhosOT4rv4hDxFlaEH1iSNQ/NSnpcvkrWi8AF0ORmeROU8KRi6+bEJSUnNk5x+E+jb/c7LFzs4HU8uiXu6jDklj8GADsMERKGcbhV0VrjmHxPo=
file: workspace-grid@mathematical.coffee.gmail.com.zip
on:
repo: zakkak/workspace-grid
branch: "3.28"

0 comments on commit 3afaa0f

Please sign in to comment.