Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Temporarily disable autofix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Jan 29, 2016
1 parent 5130e5e commit 53749d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"lint": "jshint . # && node bin/jscs lib test bin publish",
"pretest": "npm run lint",
"test": "mocha --color",
"autofix-tests": "node test/scripts/integration.js",
"autofix-tests": "# node test/scripts/integration.js",
"coverage": "unit-coverage run -p common",
"coverage-html": "unit-coverage run -p common -r html -o coverage.html",
"coveralls": "unit-coverage run -p common -r lcov -o out.lcov && cat out.lcov | coveralls",
Expand Down

1 comment on commit 53749d1

@hzoo
Copy link
Member Author

@hzoo hzoo commented on 53749d1 Jan 30, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@markelog (for master to pass right now)

Please sign in to comment.