Skip to content

Commit 07f1db3

Browse files
committed
Set test browser as chrome headless in travis
1 parent 890c0db commit 07f1db3

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
@@ -8,4 +8,4 @@ install:
88

99
script:
1010
- npm run lint
11-
- npm run test
11+
- TEST_BROWSER=ChromeHeadless npm run test

0 commit comments

Comments
 (0)