Skip to content

AppVeyor setup #1110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 8 commits into from
Closed

AppVeyor setup #1110

wants to merge 8 commits into from

Conversation

vladikoff
Copy link
Member

No description provided.

matrix:
- nodejs_version: 0.10
- nodejs_version: 0.8
allow_failures:
Copy link
Contributor

Choose a reason for hiding this comment

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

allow_failures should go under a separate matrix section, like:

# what combinations to test
environment:
  matrix:
    - nodejs_version: 0.10
    - nodejs_version: 0.8
    - nodejs_version: 0.11

# combinations having this can fail
matrix:
  allow_failures:
    - nodejs_version: 0.11

test_script:
- node --version
- npm --version
- ps: grunt test --no-color
Copy link
Member

Choose a reason for hiding this comment

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

Can we add an indicator to differentiate PS from CMD by changing this line, eg.

  - ps: grunt test --no-color # PowerShell

@vladikoff vladikoff closed this in 4ae8a07 Apr 7, 2014
@vladikoff vladikoff deleted the appv-master branch May 6, 2014 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants