Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed Feb 13, 2016
1 parent 3d0196f commit db296d9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions appveyor.yml
Expand Up @@ -9,26 +9,28 @@ environment:
- nodejs_version: "4"
- nodejs_version: "5"

matrix:
fast_finish: true

# Install scripts. (runs after repo cloning)
install:
- ps: Install-Product node $env:nodejs_version
- npm install -g npm
- npm install

cache:
- node_modules
- node_modules -> package.json

# Post-install test scripts.
test_script:
# Output useful info for debugging.
- node --version
- npm --version
# Run tests
- npm run eslint
- npm run jscs
- npm test

# Don't actually build.
build: off

# Set build version format here instead of in the admin panel.
version: "{build}"
version: "{build}"

0 comments on commit db296d9

Please sign in to comment.