Skip to content

Commit

Permalink
fix(test): temporary fix for continuous integration failures
Browse files Browse the repository at this point in the history
Builds have been timing out on travis due to what seem to be
network issues. Removing this only temporarily until we have
a solution or workaround. Once we do, this commit should be
reverted.

cc @Munter
  • Loading branch information
skipjack committed Sep 6, 2017
1 parent 2ae1a53 commit 8281949
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"fetch": "sh src/scripts/fetch.sh",
"init:generated": "mkdirp ./generated/loaders && mkdirp ./generated/plugins ",
"lint": "run-s lint:*",
"lint:links": "hyperlink -r build/index.html --canonicalroot https://webpack.js.org/ | node ./src/scripts/check-links.js",
"lint:js": "eslint . --ext .js --ext .jsx",
"lint:markdown": "markdownlint --config ./.markdownlint.json *.md ./src/content/**/*.md",
"lint:social": "alex . -q",
Expand Down

0 comments on commit 8281949

Please sign in to comment.