Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
Update appveyor.yml to allow running tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Nov 19, 2015
1 parent 1edccfe commit d43da65
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: "{build}"

# Don't actually build.
# Do not attempt to build a project
build: off

# Test against these versions of Node.js.
Expand All @@ -14,14 +14,17 @@ install:
# Typical npm stuff.
- md C:\nc
- npm install -g npm@latest
- npm install -g bower
# Workaround https://github.com/npm/npm/wiki/Troubleshooting#upgrading-on-windows
- set PATH=%APPDATA%\npm;%PATH%
- npm config set cache C:\nc
- npm version
- npm install
- bower install

# Post-install test scripts.
test_script:
# Output useful info for debugging.
- npm version
- cmd: ember try $EMBER_TRY_SCENARIO test
- node --version
- npm test

0 comments on commit d43da65

Please sign in to comment.