Skip to content

Commit

Permalink
Adjustments to appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
misterGF committed May 12, 2017
1 parent 0d41687 commit e095946
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
version: 1.0.{build}
environment:
- nodejs_version: 7
build_script:
- ps: >-
Install-Product node $env:nodejs_version
npm install --loglevel=error
nodejs_version: "7"
install:
- ps: Install-Product node $env:nodejs_version
- npm install --loglevel=error # no warnings
test_script:
- cmd: >-
npm run build
# Output useful info for debugging.
- node --version
- npm --version
# run tests
- npm run build

# Don't actually build.
build: off

0 comments on commit e095946

Please sign in to comment.