Skip to content

Commit

Permalink
Merge branch 'fix/add-semantic-release' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
sQVe committed Oct 15, 2018
2 parents 8336d90 + d20e1bf commit f05bc72
Show file tree
Hide file tree
Showing 4 changed files with 5,111 additions and 462 deletions.
20 changes: 6 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
os:
- linux
before_install:
- sudo apt-get install xsel
os: linux
dist: trusty
language: node_js
node_js:
- 8
cache:
directories:
- node_modules
script:
- npm run lint
- npm run format:guard
Expand All @@ -17,10 +12,7 @@ script:
after_success:
- scripts/update.sh
deploy:
provider: npm
email: oskargrunning@gmail.com
api_key: $NPM_TOKEN
on:
branch: master
repo: sQVe/30-seconds-of-code-cli
tags: true
provider: script
skip_cleanup: true
script:
- npx semantic-release
Loading

0 comments on commit f05bc72

Please sign in to comment.