Skip to content
This repository has been archived by the owner on Sep 7, 2018. It is now read-only.

Commit

Permalink
skip integration tests on win - phantom crashes way too much
Browse files Browse the repository at this point in the history
  • Loading branch information
dominykas committed Jan 6, 2016
1 parent 85458dd commit e746d69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
environment:
NO_INTEGRATION: 1
matrix:
- nodejs_version: "0.10"
jsdom_version: "3"
Expand Down
4 changes: 4 additions & 0 deletions run-integration-tests.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if (process.env["NO_INTEGRATION"]) {
process.exit(0);
}

var when = require('when');
var path = require('path');
var fs = require('fs');
Expand Down

0 comments on commit e746d69

Please sign in to comment.