first commit document viewer scaffold

This commit is contained in:
Eugenio Romano
2016-05-17 15:55:34 +01:00
parent b37eaa1bc9
commit 5a4bfb5ea8
18 changed files with 726 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
language: node_js
node_js:
- v5
- v4
- '0.12'
- '0.10'
install: npm install
sudo: false
after_success:
npm run coverage
# Send coverage data to Coveralls
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"