|
|
|
@ -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
|
|
|
|
@ -35,7 +32,6 @@ matrix:
|
|
|
|
|
os: osx
|
|
|
|
|
- name: 'Windows'
|
|
|
|
|
os: windows
|
|
|
|
|
cache: false
|
|
|
|
|
env:
|
|
|
|
|
- YARN_GPG=no
|
|
|
|
|
install:
|
|
|
|
|
- travis_wait 30 yarn install --frozen-lockfile --network-timeout 1000000
|
|
|
|
|