This commit is contained in:
Eugene Pankov 2019-08-15 15:19:15 +02:00
parent 9d509dd3ce
commit bf4e0e4f3d
2 changed files with 0 additions and 31 deletions

View File

@ -1,20 +0,0 @@
version: 2
jobs:
build:
macos:
xcode: "11.0.0"
steps:
- checkout
- run:
name: Build
command: ./build/travis.sh
- store_artifacts:
path: dist/*.dmg
destination: DMG
- store_artifacts:
path: dist/*.pkg
destination: PKG

View File

@ -1,6 +1,5 @@
language: node_js language: node_js
node_js: 11 node_js: 11
osx_image: xcode11
stages: stages:
- Build - Build
@ -9,10 +8,6 @@ stages:
jobs: jobs:
include: include:
- stage: 'Build'
os: osx
script: travis_wait ./build/travis.sh
- stage: 'Docs' - stage: 'Docs'
os: linux os: linux
if: branch = master if: branch = master
@ -39,9 +34,3 @@ addons:
sources: sources:
- sourceline: 'deb https://dl.yarnpkg.com/debian/ stable main' - sourceline: 'deb https://dl.yarnpkg.com/debian/ stable main'
key_url: 'https://dl.yarnpkg.com/debian/pubkey.gpg' key_url: 'https://dl.yarnpkg.com/debian/pubkey.gpg'
cache:
directories:
- $HOME/.cache/electron
- $HOME/.cache/electron-builder