We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b998a3 commit b17f026Copy full SHA for b17f026
.travis.yml
@@ -10,14 +10,14 @@ cache:
10
directories:
11
- node_modules
12
- chrome-linux
13
- - extension/node_modules
+ - lighthouse-extension/node_modules
14
before_script:
15
+ - npm --prefix ./lighthouse-extension install ./lighthouse-extension
16
- export DISPLAY=:99.0
17
- export LIGHTHOUSE_CHROMIUM_PATH="$(pwd)/chrome-linux/chrome"
18
- sh -e /etc/init.d/xvfb start
19
- ./lighthouse-core/scripts/download-chrome.sh
20
- start-stop-daemon --start --background --exec $(pwd)/lighthouse-core/scripts/launch-chrome.sh
- - sleep 5
21
script:
22
- if [[ $(node -v) =~ ^v4.* ]]; then export __node_harmony=--harmony; fi
23
- npm run lint
0 commit comments