Skip to content

Commit

Permalink
🔧 tweaks deploy environment
Browse files Browse the repository at this point in the history
  • Loading branch information
59naga committed Aug 16, 2018
1 parent 8a85d55 commit 28ad60f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
language: node_js
sudo: false
cache: yarn
branches:
except:
- /^v[0-9]/

language: node_js
node_js:
- 10
deploy:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "abby format, test --watch \"*.{js,mjs,json}\"",
"test": "node --experimental-modules test.mjs",
"format": "prettier *.{js,mjs} --write",
"postversion": "git push --follow-tags"
"postversion": "git push --follow-tags && conventional-github-releaser -p atom"
},
"dependencies": {
"chalk": "^2.4.1",
Expand Down

0 comments on commit 28ad60f

Please sign in to comment.