Skip to content

Commit

Permalink
add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Simply007 committed Apr 9, 2019
1 parent b06461d commit 3f26544
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: node_js
cache:
directories:
- node_modules
# Add additional versions here as appropriate.
node_js:
- "stable"
# Lint errors should trigger a failure.
script: npm run build
deploy:
provider: npm
email: $NPM_EMAIL
api_key: $NPM_API_KEY
skip_cleanup: true
# tag: beta # uncomment for beta release
on:
tags: true

0 comments on commit 3f26544

Please sign in to comment.