Skip to content

Commit

Permalink
Adjusting package & travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sketchthat committed Oct 8, 2018
1 parent d53d59e commit 055f73f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 27 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
language: nodejs
node_js:
- "8"

before_script:
- npm install
- npm install coveralls --save-dev

script:
- npm run lint
- npm run test

after_script:
- npm run coverage-ci
26 changes: 0 additions & 26 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"@types/mocha": "^5.2.0",
"@types/node": "^9.6.6",
"chai": "^4.1.2",
"coveralls": "^3.0.1",
"mocha": "^5.0.0",
"nyc": "^11.7.1",
"sinon": "^5.1.1",
Expand Down

0 comments on commit 055f73f

Please sign in to comment.