Skip to content

Commit

Permalink
Add travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipoliko committed Dec 11, 2018
1 parent 0742ecd commit 6fb2345
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: node_js
node_js:
- '8'
cache:
directories:
- node_modules
install:
- npm install
script:
- npm test
- npm run build
- npm run docs:build

0 comments on commit 6fb2345

Please sign in to comment.