made travis_wait global.

pull/127/head
Mikunj 7 years ago
parent 06cc03811f
commit 5960b8af1c

@ -5,11 +5,8 @@ cache:
- node_modules - node_modules
node_js: node_js:
- '10.13.0' - '10.13.0'
os:
- linux
dist: trusty
install: install:
- yarn install --frozen-lockfile --network-timeout 1000000 - travis_wait 30 yarn install --frozen-lockfile --network-timeout 1000000
script: script:
- yarn generate - yarn generate
- yarn test - yarn test
@ -37,5 +34,3 @@ matrix:
os: windows os: windows
env: env:
- YARN_GPG=no - YARN_GPG=no
install:
- travis_wait 30 yarn install --frozen-lockfile --network-timeout 1000000

Loading…
Cancel
Save