Skip to content

Commit

Permalink
:green_hearth: fix ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Rosa committed Jan 31, 2019
1 parent 2e3dff3 commit 0833acc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ language: node_js
node_js:
- 9
- 8
branches:
only:
- tags
before_install:
- npm i -g [email protected]
deploy:
Expand All @@ -12,5 +15,5 @@ deploy:
api_key:
secure: PwBf+fqxIACfoITOmYnjM4U3BqLmTeCSEHtCJ3NrrxX5pz4W5Js2fElcAmXo9rhkmJcEkk6V2bGztEEEL3z2f5qQ8ouRrBKesYm1TJyIYX8np+CgfyTfxpNh0JDAqiLVEqykC2WLuqsLEjPLd0KetDPAzKQosKPv5tRS4qcFBEKXOzjeid/AGO12Ay3a+7ek6jdbtvHo11KegwEyvK7EOlh3WtUfnjEt0eq/2ftlK5gfn9XSS8B0i73woWZBst9ACQiOMlusz0+buImwBmthLY5226NDYnAX3L5nxTCQ/hnbmsm+3l6Xn7EM0hB55AVUhAZgWcMOY0//ABdr2r23nhZt2jNsfLlgtR2sZ2SswzQz4vbHKKEpV2f2tq5y1J9s73RcLz6adXE2UkKe+C2L4jElD136zwm7TsPA56SYuhD98B2V7MH1G9Fe4vdguMRbPC6+hLPzdHmUjxQBTLSp7LYLSROtHHR3oKJRCrEwozxdSvNk0jDmLDXBTbx1+icjq9T+H9a34KZy1mbHYy2JsJ5IYr9dg5Y3DQ37srzTnRxI5VNqoVFW0PsnDFpP6lXoRlDUxyLZdlQqA6BWEolUr+O1gF/TxhV0MgGD2o4cMPsZ/m9gqwXOXT9L2Ko84vXDE1yxMToZXMdb5ln22j7YJROdZO14OW8lvDcE7mCQkK4=
on:
tags: false
tags: true
repo: leonardo-alves/npm-test-github-ci
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-test-github-ci",
"version": "1.0.0",
"version": "1.0.1",
"description": "teste de ci de biblioteca no npm com github",
"author": "Leonardo Alves",
"license": "MIT",
Expand Down

0 comments on commit 0833acc

Please sign in to comment.