Update .travis.yml

This commit is contained in:
Eugene Pankov 2019-06-20 12:11:24 +02:00
parent 36bd5f9ed7
commit 6d34826036

View File

@ -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