Skip to content

Commit

Permalink
Inserting CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andrelmlins committed Jan 12, 2020
1 parent b8ef458 commit fec24bb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
language: node_js
node_js:
- "8"
- "10"
cache: yarn

install: yarn
script:
- echo "Not found tests"

jobs:
include:
- stage: npm release
if: tag IS present
node_js: "8"
script: yarn build
deploy:
provider: npm
email: $EMAIL_ADDRESS
api_key: $AUTH_TOKEN
skip_cleanup: true
on:
tags: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "select-previsao-ondas",
"version": "0.0.1",
"version": "0.1.0",
"description": "Stencil Component Starter",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit fec24bb

Please sign in to comment.