Skip to content

Commit

Permalink
ci: uses semantic release in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dcalvoalonso committed Apr 3, 2019
1 parent 5c59b06 commit c0713e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,10 @@ jobs:
script:
- npm run lint:md
- npm run lint:text
- stage: release
node_js: lts/*
deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://gitlab.atosresearch.eu/ari/iotagent-lora.git"
"url": "https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN.git"
},
"author": "ATOS SPAIN S.A. IoE Lab, Resarch and Innovation department",
"dependencies": {
Expand Down

0 comments on commit c0713e4

Please sign in to comment.