Use '/' key to quickly access this field.
Enter name of repository, or repository group for quick search.
Prefix query to allow special search:
user:admin, to search for usernames
user_group:devops, to search for user groups
commit:efced4, to search for commits
-nodejs_version:"5"# due to windows npm bug, registry-side
-nodejs_version:"0.8"
-nodejs_version:"0.6"
platform:
-x86
-x64
# Install scripts. (runs after repo cloning)
install:
# Fix symlinks in working copy (see https://github.com/appveyor/ci/issues/650#issuecomment-186592582) / https://github.com/charleskorn/batect/commit/d08986802ec43086902958c4ee7e57ff3e71dbef
-git config core.symlinks true
-git reset --hard
# Get the latest stable version of Node.js or io.js