mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-03 06:11:57 +08:00
Update .travis.yml
This commit is contained in:
parent
36bd5f9ed7
commit
6d34826036
@ -12,7 +12,6 @@ jobs:
|
||||
os: linux
|
||||
before_install:
|
||||
- set -e
|
||||
- sudo npm i -g yarn@latest
|
||||
- rm app/node_modules/.yarn-integrity || true
|
||||
- yarn
|
||||
script:
|
||||
@ -27,7 +26,6 @@ jobs:
|
||||
os: osx
|
||||
before_install:
|
||||
- set -e
|
||||
- sudo npm i -g yarn@latest
|
||||
- rm app/node_modules/.yarn-integrity || true
|
||||
- yarn
|
||||
script:
|
||||
@ -67,7 +65,6 @@ addons:
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
- 'terminus-*/node_modules'
|
||||
- $HOME/.cache/yarn
|
||||
- $HOME/.cache/electron
|
||||
|
Loading…
Reference in New Issue
Block a user