Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Commit

Permalink
Added version output for npm during CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed May 26, 2017
1 parent e4a61ec commit bf4a807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:

before_install:
- npm install -g npm@5
- npm --version

install:
- cp -f .env.example .env
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ install:
- IF "%platform%" == "x64" CALL "%VS140COMNTOOLS%..\..\VC\vcvarsall.bat" amd64
- IF "%platform%" == "x86" CALL "%VS140COMNTOOLS%..\..\VC\vcvarsall.bat" x86
- npm install -g npm@5
- npm --version
- npm install

test_script:
Expand Down

0 comments on commit bf4a807

Please sign in to comment.