Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion 1 appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ init:
# what combinations to test
environment:
matrix:
- nodejs_version: 0.11
- nodejs_version: 0.10

# Get the latest stable version of Node 0.STABLE.latest
Expand Down
3 changes: 2 additions & 1 deletion 3 test/tests/clone.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ var path = require("path");
var Promise = require("nodegit-promise");
var promisify = require("promisify-node");
var fse = promisify(require("fs-extra"));
var fixAppveyor = process.env.APPVEYOR ? describe.skip : describe;

describe("Clone", function() {
fixAppveyor("Clone", function() {
Copy link
Member

Choose a reason for hiding this comment

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

fix is probably not the right word here 😜

var http = path.resolve("test/repos/http");
var https = path.resolve("test/repos/https");
var ssh = path.resolve("test/repos/ssh");
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.