Skip to content

Commit

Permalink
Build: Added lint-staged and a TravisCI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Berkmann18 committed Nov 1, 2018
1 parent d65d269 commit 8f7f245
Show file tree
Hide file tree
Showing 3 changed files with 1,129 additions and 37 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: node_js
node_js:
- "node"
cache:
directories:
- "node_modules"
install:
npm i -g codecov
# safelist
branches:
only:
- master
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/ #vX.Y
Loading

0 comments on commit 8f7f245

Please sign in to comment.