Skip to content

Commit b0849d2

Browse files
committed
fix(ci): adjust build config
1 parent 81cf217 commit b0849d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before_install:
1414
- sh -e /etc/init.d/xvfb start
1515
install:
1616
- npm install codecov -g
17-
- npm ci --ignore-scripts
17+
- npm ci
1818
script:
1919
# run build script specified in package.json
2020
- npm i webdriver-manager

0 commit comments

Comments
 (0)