Skip to content

Commit

Permalink
Merge pull request #3 from dadi/patch/various-updates
Browse files Browse the repository at this point in the history
Remove istanbul & semantic release. add nyc
  • Loading branch information
jimlambie committed May 3, 2019
2 parents aa1cbb6 + 47d76cf commit e2ae354
Show file tree
Hide file tree
Showing 4 changed files with 3,951 additions and 1,818 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,4 +1,5 @@
node_modules/
coverage/
*.log
.DS_Store
.DS_Store
.nyc_output/
7 changes: 3 additions & 4 deletions .travis.yml
Expand Up @@ -3,13 +3,12 @@ cache:
directories:
- ~/.npm
notifications:
slack: dadi:pnhiL60xOrm7GOglHUmb7xHK
email: false
node_js:
- '9'
- '8'
- '6'
after_success:
- npm run travis-deploy-once "npm run semantic-release"
- '10'
- 'lts/*'
branches:
except:
- /^v\d+\.\d+\.\d+$/

0 comments on commit e2ae354

Please sign in to comment.