Skip to content

Commit b17f026

Browse files
committed
travis: force install extension deps.
1 parent 1b998a3 commit b17f026

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ cache:
1010
directories:
1111
- node_modules
1212
- chrome-linux
13-
- extension/node_modules
13+
- lighthouse-extension/node_modules
1414
before_script:
15+
- npm --prefix ./lighthouse-extension install ./lighthouse-extension
1516
- export DISPLAY=:99.0
1617
- export LIGHTHOUSE_CHROMIUM_PATH="$(pwd)/chrome-linux/chrome"
1718
- sh -e /etc/init.d/xvfb start
1819
- ./lighthouse-core/scripts/download-chrome.sh
1920
- start-stop-daemon --start --background --exec $(pwd)/lighthouse-core/scripts/launch-chrome.sh
20-
- sleep 5
2121
script:
2222
- if [[ $(node -v) =~ ^v4.* ]]; then export __node_harmony=--harmony; fi
2323
- npm run lint

0 commit comments

Comments
 (0)