Skip to content

Commit

Permalink
try fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech committed Aug 11, 2017
1 parent b042bbc commit 1923a14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ node_js:
- "7.0"
- "8.0"

before_install:
- chmod +x download.js
after_install:
- chmod +x ./download.js

script: npm test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "mongodb in memory for testing or mocking",
"main": "index.js",
"scripts": {
"postinstall": "node ./download.js",
"install": "./download.js",
"test": "node ./node_modules/rimraf ./test/tempdb && node ./node_modules/mocha/bin/mocha tests",
"lint": "standard --fix ./**/*.js",
"patch": "np patch --yolo",
Expand Down

0 comments on commit 1923a14

Please sign in to comment.