Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 984fce2

Browse files
committed
A few more updates, comment out e2e install info, update node and npm.
1 parent e7b0109 commit 984fce2

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.travis.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: node_js
22
node_js:
3-
- 7.7.2
3+
- 8.11.1
44
env:
55
- CXX=g++-4.8
6+
sudo: required
67
addons:
78
chrome: stable
89
apt:
@@ -11,19 +12,19 @@ addons:
1112
packages:
1213
- g++-4.8
1314
before_install:
14-
- npm install -g [email protected]
15+
#- npm install -g [email protected]
1516
install:
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
2324
before_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
2728
script:
2829
- npm run build
2930
- npm test

0 commit comments

Comments
 (0)