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 os: linux
before_install: before_install:
- set -e - set -e
- sudo npm i -g yarn@latest
- rm app/node_modules/.yarn-integrity || true - rm app/node_modules/.yarn-integrity || true
- yarn - yarn
script: script:
@@ -27,7 +26,6 @@ jobs:
os: osx os: osx
before_install: before_install:
- set -e - set -e
- sudo npm i -g yarn@latest
- rm app/node_modules/.yarn-integrity || true - rm app/node_modules/.yarn-integrity || true
- yarn - yarn
script: script:
@@ -67,7 +65,6 @@ addons:
cache: cache:
directories: directories:
- node_modules
- 'terminus-*/node_modules' - 'terminus-*/node_modules'
- $HOME/.cache/yarn - $HOME/.cache/yarn
- $HOME/.cache/electron - $HOME/.cache/electron