Skip to content

Commit

Permalink
update travis ci build setting
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechsTech committed Feb 4, 2018
1 parent 7446dd7 commit 3d2f6f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y p7zip-full
language: node_js
node_js:
- '6'
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "A Node.js wrapper for 7-Zip with platform binaries",
"main": "lib/index.js",
"scripts": {
"test": "mocha --debug",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha --dir .tmp/coverage",
"coveralls": "npm install coveralls && cat .tmp/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"prepack": "node binarybuilder",
Expand Down

0 comments on commit 3d2f6f4

Please sign in to comment.