fail travis builds faster

This commit is contained in:
Eugene Pankov
2019-06-07 07:59:13 +02:00
parent 0fdc780eca
commit 4b346b5428

View File

@@ -11,10 +11,12 @@ jobs:
- stage: 'Build'
os: linux
before_install:
- set -e
- yarn
- rm app/node_modules/.yarn-integrity || true
- scripts/install-deps.js
script:
- set -e
- scripts/build-native.js
- yarn run build:typings
- yarn run build
@@ -24,9 +26,11 @@ jobs:
- stage: 'Build'
os: osx
before_install:
- set -e
- rm app/node_modules/.yarn-integrity || true
- yarn
script:
- set -e
- scripts/build-native.js
- yarn run build:typings
- yarn run build
@@ -36,6 +40,7 @@ jobs:
- stage: 'Docs'
os: linux
script:
- set -e
- openssl aes-256-cbc -K $encrypted_4e2fb4889ef8_key -iv $encrypted_4e2fb4889ef8_iv -in .travis.ssh.key.enc -out .travis.ssh.key -d
- eval "$(ssh-agent -s)"
- chmod 600 .travis.ssh.key