Skip to content

Commit

Permalink
.appveyor.yml add npm i & add eslint to test
Browse files Browse the repository at this point in the history
(consistent with test script in package.json)
  • Loading branch information
Christopher J. Brody committed Jul 31, 2018
1 parent eb245ec commit e75fe14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ install:
- node --version
- npm install -g cordova-paramedic@https://github.com/apache/cordova-paramedic.git
- npm install -g cordova
- npm install

build: off

test_script:
- npm run eslint
- cordova-paramedic --config pr\%PLATFORM% --plugin . %JUST_BUILD%

0 comments on commit e75fe14

Please sign in to comment.