Skip to content
This repository was archived by the owner on Jan 22, 2019. It is now read-only.

Commit 71791ff

Browse files
committed
build: debugging release build
1 parent 9060f9a commit 71791ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ before_install:
2323

2424
install:
2525
- yarn --frozen-lockfile
26-
- yarn cypress install
2726

2827
jobs:
2928
include:
@@ -40,8 +39,11 @@ jobs:
4039
env:
4140
- PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
4241
script:
42+
- yarn cypress install
4343
- yarn run test:e2e
4444
- stage: release
45+
env:
46+
- CYPRESS_INSTALL_BINARY=0
4547
script: semantic-release
4648

4749
stages:

0 commit comments

Comments
 (0)