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 1
1
sudo : 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
3
11
language : node_js
4
12
node_js :
5
13
- ' 10.12.0'
6
14
before_install :
7
15
- export NG_CLI_ANALYTICS=false
8
- - export CHROME_BIN=/usr/bin/google-chrome
9
16
- 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
16
17
before_script :
17
18
# more heap mem per https://github.com/angular/angular-cli/issues/12645, https://github.com/npm/npm/issues/12238#issuecomment-367147962
18
19
- export NODE_OPTIONS="--max_old_space_size=4096"
You can’t perform that action at this time.
0 commit comments