Skip to content

Commit

Permalink
Support build CC via CI
Browse files Browse the repository at this point in the history
  • Loading branch information
piecioshka committed Apr 21, 2019
1 parent c8e7588 commit 5e64911
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ os:
- osx
- windows
node_js:
- "11"
- "10"
- "9"
- "8"
- "7"
after_script:
- npm run coverage && npm run report-coverage
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"coverage": "nyc npm run test && nyc report --reporter=html",
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"count": "find . -name '*.js' -not -path './node_modules/*' | xargs wc -l | sort -r",
"lint": "eslint ./"
"lint": "eslint ."
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 5e64911

Please sign in to comment.