Skip to content

Commit

Permalink
chore(ci): Deploy from TravisCI (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
anishkny authored Mar 24, 2018
1 parent 5f03d6f commit e215248
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@ language: node_js

node_js:
- 8

deploy:
provider: npm
email: $NPM_EMAIL
api_key: $NPM_AUTH_TOKEN
on:
tags: true
branch: master
repo: anishkny/webgif
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webgif",
"version": "0.0.1",
"version": "1.0.0",
"description": "Easily generate animated GIFs from websites",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit e215248

Please sign in to comment.