Skip to content

Commit

Permalink
Merge branch 'hotfix/add-travis'
Browse files Browse the repository at this point in the history
  • Loading branch information
randilfernando committed Dec 27, 2017
2 parents 54c2fd4 + 45a116b commit c3eaea6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: node_js
node_js: 8
after_success:
- npm run build
before_deploy:
- cd dist
deploy:
provider: npm
email: [email protected]
skip_cleanup: true
api_key:
secure: qN+p5t0Eua0uWkH7XPo78OqGJs2/I88jTrNwkA+xJ7CwPKcGyU337I4/KbPWkXwekUqJrfEllWD6NHPBGrouNyDPVN67Mi31q7OV1/P4cHc1je9fwZrJ83hhAG0YR76qXfGq0Z6i18qv7dlgK3g7Utx7nY11u6qZBq2WAMw7NZtf6O/5Uxd5JZoEd02Lr5RjAAu14cnjiRzCgW/+p/m/zwczwtCOPkoD3aYS4N9Gx299wvoiGbEWlaM3QHdTN1Ot3+kiwC8aq0zG0kLPl7DVzGvVfNEedClr4I+Y+LAbRn7sL/bmOnVstzoBes8X/kXjUsn5WpKPRhfkMCF6tTc2U64ep/kOOfJ0Z8p1XJb2d/q2rE6ndEpr3cFyxh6LvRPNIPRGiMSO3NvCjGhryDyYuQyK17M9VF10rhp4rjG+x+NUr2YRKMBrZ+0vRywWDRzk6+gFo42upiolg3oYRSso9fTwNRUPvy0UooEozbQCeIW1De1HqaC6rL4NkKS/PDNwfYNNAg6MTkcc+xhuflsExv7I/L9sNVrTNI+bKoBiHjVk0S4opH7/ww4W43YuNOtzJ9UY9EiH2/cjjOhTVP5ayCPuEE3rfZVzX65ZM1pvSdTENEBBzqzNMs2uY28rFu2P0VUnHW5vfqeE/gNV5E6NLXnGlLQzEcjNoPwQqaooC5w=
on:
tags: true
repo: randilfernando/jwt-auth
branch: master
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "simple-angular-jwt-auth",
"description": "authentication package for angular 5 using HttpClientModule",
"author": "[email protected]",
"version": "0.0.5",
"version": "0.0.6",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand All @@ -15,6 +15,9 @@
"type": "git",
"url": "git+https://github.com/randilfernando/jwt-auth"
},
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/randilfernando/jwt-auth/issues"
},
Expand Down

0 comments on commit c3eaea6

Please sign in to comment.