Skip to content

Commit

Permalink
fix: upgrade standard, and fix appveyor config so that it works with …
Browse files Browse the repository at this point in the history
…newest standard (#607)

* test: do both cmd and PowerShell fail

* fix: simplify appveyor configuration
  • Loading branch information
bcoe committed Sep 8, 2016
1 parent 1613f27 commit c301f42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions appveyor.yml
Expand Up @@ -20,13 +20,10 @@ test_script:
# Output useful info for debugging.
- node --version
- npm --version
# We test multiple Windows shells
- ps: "npm t # PowerShell" # Pass comment to PS for easier debugging
- cmd: npm t

os:
- Default Azure
- Windows Server 2012 R2

# Don't actually build using MSBuild
build: off
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"mocha": "^3.0.1",
"nyc": "^8.1.0",
"rimraf": "^2.5.0",
"standard": "^7.0.0",
"standard": "^8.0.0",
"standard-version": "^2.2.1",
"which": "^1.2.9"
},
Expand Down

0 comments on commit c301f42

Please sign in to comment.