Skip to content

Commit bed954c

Browse files
author
rcarmona
committed
Systelab-file-selector:
- Modified 'package.json' due to an open issue in Protractor with webdriver-manager and latest version of Chrome (angular/protractor#5289). Use the default Chrome version provided by Travis.
1 parent 9b8edbb commit bed954c

File tree

3 files changed

+144
-59
lines changed

3 files changed

+144
-59
lines changed

.travis.yml

-8
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@ language: node_js
44
node_js:
55
- 9
66

7-
addons:
8-
apt:
9-
sources:
10-
- google-chrome
11-
packages:
12-
- google-chrome-stable
13-
chrome: stable
14-
157
install:
168
- npm install -g codecov
179
- npm install -g codacy-coverage

package-lock.json

+142-50
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"copysass": "gulp copysass",
2323
"copytemplates": "gulp copytemplates",
2424
"ngc-build": "ngc -p ./tsconfig.lib.json",
25-
"prepublish": "npm run cleardown && npm run inline-build-templates && npm run ngc-build && npm run copysass && npm run copytemplates"
25+
"prepublish": "npm run cleardown && npm run inline-build-templates && npm run ngc-build && npm run copysass && npm run copytemplates",
26+
"pree2e": "cd ./node_modules/protractor && npm i webdriver-manager@latest && webdriver-manager update"
2627
},
2728
"files": [
2829
"widgets",

0 commit comments

Comments
 (0)