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

Commit

Permalink
Print version information earlier.
Browse files Browse the repository at this point in the history
Since `install` runs the tests, we need to print the node and npm versions before installing in case the tests fail.
  • Loading branch information
eventualbuddha committed Dec 22, 2017
1 parent 9ffb608 commit 1122e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ build: off
deploy: off

install:
- node --version
- npm --version
- npm install

test_script:
- node --version
- npm --version
- npm test

0 comments on commit 1122e71

Please sign in to comment.