Merge pull request #8987 from vector-im/bwindels/cichromelocation

set chrome path for travis CI explicitly
This commit is contained in:
Bruno Windels 2019-02-28 15:02:08 +01:00 committed by GitHub
commit b0bbe48220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,5 +24,5 @@ install:
# commit.
- npm install && scripts/fetch-develop.deps.sh --depth 1
script:
- npm run test
- CHROME_BIN='/usr/bin/google-chrome-stable' npm run test
- npm run lint