File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 11language : node_js
22node_js :
3- - 7.7.2
3+ - 8.11.1
44env :
55- CXX=g++-4.8
6+ sudo : required
67addons :
78 chrome : stable
89 apt :
@@ -11,19 +12,19 @@ addons:
1112 packages :
1213 - g++-4.8
1314before_install :
14- - npm install -g protractor@3.3.0
15+ # - npm install -g protractor@3.3.0
1516install :
16- - npm install -g npm@2
17+ - npm install -g npm@6.0.1
1718- npm install -g grunt-cli
1819- npm install -g bower
19- - npm install selenium-webdriver
20- - bower install
20+ # - npm install selenium-webdriver
2121- npm install
22- - ./node_modules/protractor/bin/webdriver-manager update --standalone
22+ - bower install
23+ # - ./node_modules/protractor/bin/webdriver-manager update --standalone
2324before_script :
24- - export CHROME_BIN=chromium-browser
25- - export DISPLAY=:99.0
26- - sh -e /etc/init.d/xvfb start
25+ # - export CHROME_BIN=chromium-browser
26+ # - export DISPLAY=:99.0
27+ # - sh -e /etc/init.d/xvfb start
2728script :
2829- npm run build
2930- npm test
You can’t perform that action at this time.
0 commit comments