From 5960b8af1c543d905adf258cc272c432fc7f6112 Mon Sep 17 00:00:00 2001 From: Mikunj Date: Thu, 10 Jan 2019 12:35:37 +1100 Subject: [PATCH 1/2] made travis_wait global. --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 373123596..3a5a85a2e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,8 @@ cache: - node_modules node_js: - '10.13.0' -os: - - linux -dist: trusty install: - - yarn install --frozen-lockfile --network-timeout 1000000 + - travis_wait 30 yarn install --frozen-lockfile --network-timeout 1000000 script: - yarn generate - yarn test @@ -37,5 +34,3 @@ matrix: os: windows env: - YARN_GPG=no - install: - - travis_wait 30 yarn install --frozen-lockfile --network-timeout 1000000 From ae08bdf5eceba183a28880d14ec459801cd9b298 Mon Sep 17 00:00:00 2001 From: Mikunj Date: Thu, 10 Jan 2019 14:00:52 +1100 Subject: [PATCH 2/2] Disable cache on windows --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3a5a85a2e..74ba422ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,5 +32,6 @@ matrix: os: osx - name: 'Windows' os: windows + cache: false env: - YARN_GPG=no