File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 11sudo : required
2- dist : trusty
2+ dist : xenial
3+ addons :
4+ apt :
5+ sources :
6+ - google-chrome
7+ packages :
8+ - google-chrome-stable
9+ services :
10+ - xvfb
311language : node_js
412node_js :
513- ' 10.12.0'
614before_install :
715- export NG_CLI_ANALYTICS=false
8- - export CHROME_BIN=/usr/bin/google-chrome
916- export DISPLAY=:99.0
10- - sh -e /etc/init.d/xvfb start
11- - sudo apt-get -qq update
12- - sudo apt-get install -y libappindicator1 fonts-liberation
13- - wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
14- - sudo dpkg -i google-chrome*.deb
15- - sleep 3
1617before_script :
1718# more heap mem per https://github.com/angular/angular-cli/issues/12645, https://github.com/npm/npm/issues/12238#issuecomment-367147962
1819- export NODE_OPTIONS="--max_old_space_size=4096"
You can’t perform that action at this time.
0 commit comments