Skip to content

Commit

Permalink
chore: goodbye AppVeyor, it was a good ride
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Jan 26, 2019
1 parent 88713fc commit 39e8420
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
31 changes: 0 additions & 31 deletions appveyor.yml

This file was deleted.

5 changes: 0 additions & 5 deletions testSetupFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,3 @@ const jasmineReporters = require('jasmine-reporters');
// Some of the `jest-runtime` tests are very slow and cause
// timeouts on travis
jest.setTimeout(70000);

if (global.jasmine && process.env.APPVEYOR_API_URL) {
// Running on AppVeyor, add the custom reporter.
jasmine.getEnv().addReporter(new jasmineReporters.AppVeyorReporter());
}

0 comments on commit 39e8420

Please sign in to comment.