Skip to content

Commit

Permalink
Merge pull request #5203 from bmac/fix-appveyor
Browse files Browse the repository at this point in the history
Skip ember try on appveyor
  • Loading branch information
pangratz authored Oct 5, 2017
2 parents 98e607c + 70df509 commit 5fceead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install:
# Post-install test scripts.
test_script:
# Output useful info for debugging.
- cmd: yarn run test
- cmd: yarn run test-appveyor
- cmd: yarn run test:optional-features
- cmd: yarn run test:production
- cmd: yarn run node-tests
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"build": "ember build",
"start": "ember server",
"test": "ember try:testall",
"test-appveyor": "ember test",
"node-tests": "node node-tests/nodetest-runner.js",
"test:optional-features": "ember test --environment=test-optional-features",
"test:production": "ember test --environment=production",
Expand Down

0 comments on commit 5fceead

Please sign in to comment.