1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-14 19:36:35 +03:00

disabled travis cache

This commit is contained in:
Eugene Pankov 2019-07-18 21:59:14 +02:00
parent 5411ef4802
commit fb4258d0a2

View File

@ -9,22 +9,6 @@ stages:
jobs:
include:
- stage: 'Build'
if: branch = xxx
os: linux
before_install:
- set -e
- rm app/node_modules/.yarn-integrity || true
- yarn
script:
- set -e
- python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)" # https://github.com/travis-ci/travis-ci/issues/8920
- scripts/build-native.js
- yarn run build:typings
- yarn run build
- scripts/prepackage-plugins.js
- travis_wait scripts/build-linux.js
- stage: 'Build'
os: osx
before_install:
@ -69,7 +53,5 @@ addons:
cache:
directories:
- 'terminus-*/node_modules'
- $HOME/.cache/yarn
- $HOME/.cache/electron
- $HOME/.cache/electron-builder