build(nx): update yarn in travis (#2116)
This commit is contained in:
parent
3d884a4163
commit
b43bd4dc8e
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user