Skip to content

Commit

Permalink
build: Add Travis and Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris committed Jun 8, 2019
1 parent 1c18747 commit d272481
Show file tree
Hide file tree
Showing 5 changed files with 1,180 additions and 319 deletions.
8 changes: 8 additions & 0 deletions .idea/markdown-exported-files.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions .travis.yml
@@ -0,0 +1,16 @@
language: node_js
node_js:
- "12"
branches:
only:
- master
cache:
directories:
- node_modules
before_install:
- npm update
install:
- npm install
script:
- npm test
- npm run-script coveralls

0 comments on commit d272481

Please sign in to comment.