1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-19 08:21:49 +03:00

Merge branch 'travis'

This commit is contained in:
Eugene Pankov 2019-07-24 12:53:30 +02:00
commit cdaa4fe106
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
include:
- stage: 'Build'
os: osx
script: ./build/travis.sh
script: travis_wait ./build/travis.sh
- stage: 'Docs'
os: linux

View File

@ -9,4 +9,4 @@ scripts/build-native.js
yarn run build:typings
yarn run build
scripts/prepackage-plugins.js
travis_wait scripts/build-macos.js
scripts/build-macos.js