Skip to content

Commit

Permalink
Fix: remove postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Dec 19, 2016
1 parent b3a780a commit fba8613
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ node_js:
- "4"
- "6"
- "7"
before_script:
- npm run setup
after_success:
- npm run codecov
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"clean": "rimraf .nyc_output coverage",
"coverage": "nyc report --reporter lcov && opener ./coverage/lcov-report/index.html",
"lint": "eslint index.js \"test/*.js\"",
"postinstall": "git submodule update --init && cd test/fixtures/eslint && npm install",
"postversion": "git push && git push --tags",
"pretest": "npm run lint",
"preversion": "npm test",
"setup": "git submodule update --init && cd test/fixtures/eslint && npm install",
"test": "nyc mocha \"test/*.js\" --compilers js:babel-register --reporter progress --timeout 30000",
"watch": "mocha \"test/*.js\" --compilers js:babel-register --growl --reporter progress --watch",
"codecov": "nyc report --reporter lcovonly && codecov"
Expand Down

0 comments on commit fba8613

Please sign in to comment.