1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-11 13:13:59 +03:00
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
node_js: 11
osx_image: xcode11
stages:
- Build
@ -9,10 +8,6 @@ stages:
jobs:
include:
- stage: 'Build'
os: osx
script: travis_wait ./build/travis.sh
- stage: 'Docs'
os: linux
if: branch = master
@ -39,9 +34,3 @@ addons:
sources:
- sourceline: 'deb https://dl.yarnpkg.com/debian/ stable main'
key_url: 'https://dl.yarnpkg.com/debian/pubkey.gpg'
cache:
directories:
- $HOME/.cache/electron
- $HOME/.cache/electron-builder