npm install on mac

This commit is contained in:
Kyle Spearrin 2018-02-19 14:39:45 -05:00
parent fca9fdb13f
commit 8564094b21
1 changed files with 2 additions and 0 deletions

View File

@ -15,5 +15,7 @@ matrix:
osx_image: xcode9.2 osx_image: xcode9.2
language: node_js language: node_js
node_js: 8 node_js: 8
install:
- npm install
script: script:
- npm run dist:mac - npm run dist:mac