We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0b21b commit 03ac7c4Copy full SHA for 03ac7c4
.travis.yml
@@ -6,14 +6,14 @@ addons:
6
- google-chrome
7
packages:
8
- google-chrome-stable
9
+services:
10
+ - xvfb
11
language: node_js
12
node_js:
13
- '10.12.0'
14
before_install:
15
- export NG_CLI_ANALYTICS=false
-- export CHROME_BIN=/usr/bin/google-chrome
16
- export DISPLAY=:99.0
-- sh -e /etc/init.d/xvfb start
17
before_script:
18
# more heap mem per https://github.com/angular/angular-cli/issues/12645, https://github.com/npm/npm/issues/12238#issuecomment-367147962
19
- export NODE_OPTIONS="--max_old_space_size=4096"
0 commit comments