Skip to content

Commit b0bbe48

Browse files
authored
Merge pull request #8987 from vector-im/bwindels/cichromelocation
set chrome path for travis CI explicitly
2 parents e37a8dc + 45d1ec8 commit b0bbe48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ install:
2424
# commit.
2525
- npm install && scripts/fetch-develop.deps.sh --depth 1
2626
script:
27-
- npm run test
27+
- CHROME_BIN='/usr/bin/google-chrome-stable' npm run test
2828
- npm run lint

0 commit comments

Comments
 (0)