Skip to content

Commit 03ac7c4

Browse files
committed
ci(travis-ci): Move X framebuffer into services
1 parent 6b0b21b commit 03ac7c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ addons:
66
- google-chrome
77
packages:
88
- google-chrome-stable
9+
services:
10+
- xvfb
911
language: node_js
1012
node_js:
1113
- '10.12.0'
1214
before_install:
1315
- export NG_CLI_ANALYTICS=false
14-
- export CHROME_BIN=/usr/bin/google-chrome
1516
- export DISPLAY=:99.0
16-
- sh -e /etc/init.d/xvfb start
1717
before_script:
1818
# more heap mem per https://github.com/angular/angular-cli/issues/12645, https://github.com/npm/npm/issues/12238#issuecomment-367147962
1919
- export NODE_OPTIONS="--max_old_space_size=4096"

0 commit comments

Comments
 (0)