We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f3441 commit a841684Copy full SHA for a841684
.travis.yml
@@ -17,13 +17,11 @@ before_install:
17
- npm i -g yarn
18
19
install:
20
- - yarn
21
- - cd example && yarn && cd ..
+ - yarn install --frozen-lockfile
+ - cd example && yarn install --frozen-lockfile && cd ..
22
- yarn cypress install
23
24
before_script:
25
- - export DISPLAY=:99.0
26
- - sh -e /etc/init.d/xvfb start
27
- cd example
28
- yarn docs
29
- yarn docs:docstrap
@@ -34,4 +32,4 @@ before_script:
34
32
script:
35
33
- yarn lint
36
- yarn test -i && yarn codecov
37
- - yarn cypress run --browser chrome --config watchForFileChanges=false
+ - yarn cypress run --config watchForFileChanges=false,video=false
0 commit comments