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 :
7- - export CHROME_BIN=/usr/bin/google-chrome
815- export DISPLAY=:99.0
9- - sh -e /etc/init.d/xvfb start
10- - sudo apt-get -qq update
11- - sudo apt-get install -y libappindicator1 fonts-liberation
12- - wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
13- - sudo dpkg -i google-chrome*.deb
14- - sleep 3
1516before_script :
1617# more heap mem per https://github.com/angular/angular-cli/issues/12645, https://github.com/npm/npm/issues/12238#issuecomment-367147962
1718- export NODE_OPTIONS="--max_old_space_size=4096"
You can’t perform that action at this time.
0 commit comments