master
Rohan Vazarkar 2016-09-01 21:57:07 -04:00
parent ef68bf3b04
commit e38ffbe5a1
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ before_install:
install:
- npm install
npm install -g electron-packager
- npm install -g electron-packager
script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then npm run macbuild; fi