build(nx): update yarn in travis (#2116)

This commit is contained in:
Jason Jean 2019-11-29 15:58:10 -05:00 committed by GitHub
parent 3d884a4163
commit b43bd4dc8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ matrix:
chrome: stable chrome: stable
before_install: before_install:
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start; - export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start;
- npm install yarn@1.19.0 -g
install: install:
- yarn install --network-timeout 1000000 --frozen-lockfile - yarn install --network-timeout 1000000 --frozen-lockfile
script: script:
@ -30,6 +31,7 @@ matrix:
chrome: stable chrome: stable
before_install: before_install:
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start; - export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start;
- npm install yarn@1.19.0 -g
install: install:
- yarn install --network-timeout 1000000 - yarn install --network-timeout 1000000
script: script:
@ -45,6 +47,7 @@ matrix:
chrome: stable chrome: stable
before_install: before_install:
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start; - export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start;
- npm install yarn@1.19.0 -g
install: install:
- yarn install --network-timeout 1000000 - yarn install --network-timeout 1000000
script: script:
@ -60,6 +63,7 @@ matrix:
chrome: stable chrome: stable
before_install: before_install:
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start; - export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start;
- npm install yarn@1.19.0 -g
install: install:
- yarn install --network-timeout 1000000 - yarn install --network-timeout 1000000
script: script:
@ -75,6 +79,7 @@ matrix:
chrome: stable chrome: stable
before_install: before_install:
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start; - export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start;
- npm install yarn@1.19.0 -g
install: install:
- yarn install --network-timeout 1000000 - yarn install --network-timeout 1000000
script: script: