MOBILE-3320 e2e: Fix travis cron
parent
a680aba66b
commit
ce48a505ab
|
@ -2,8 +2,6 @@ os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
node_js: 12
|
node_js: 12
|
||||||
|
|
||||||
if: env(DEPLOY) = 1
|
|
||||||
|
|
||||||
git:
|
git:
|
||||||
depth: 3
|
depth: 3
|
||||||
|
|
||||||
|
@ -40,6 +38,7 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- stage: build
|
- stage: build
|
||||||
name: "Build Android"
|
name: "Build Android"
|
||||||
|
if: env(DEPLOY) = 1
|
||||||
language: android
|
language: android
|
||||||
android:
|
android:
|
||||||
components:
|
components:
|
||||||
|
|
Loading…
Reference in New Issue