ci: install yarn on travis osx

This commit is contained in:
Róbert Kiss
2017-11-07 23:25:40 +01:00
parent 555688f7d4
commit 30890fca0d

View File

@@ -40,6 +40,10 @@ if (!isReleaseCommit) {
process.exit(0)
}
if (process.platform === 'darwin') {
exec('brew install yarn --without-node');
}
exec("yarn add electron-builder");
const path = require('path');