Skip to content

Commit

Permalink
travis: force install extension deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jul 26, 2016
1 parent 1b998a3 commit b17f026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ cache:
directories:
- node_modules
- chrome-linux
- extension/node_modules
- lighthouse-extension/node_modules
before_script:
- npm --prefix ./lighthouse-extension install ./lighthouse-extension
- export DISPLAY=:99.0
- export LIGHTHOUSE_CHROMIUM_PATH="$(pwd)/chrome-linux/chrome"
- sh -e /etc/init.d/xvfb start
- ./lighthouse-core/scripts/download-chrome.sh
- start-stop-daemon --start --background --exec $(pwd)/lighthouse-core/scripts/launch-chrome.sh
- sleep 5
script:
- if [[ $(node -v) =~ ^v4.* ]]; then export __node_harmony=--harmony; fi
- npm run lint
Expand Down

0 comments on commit b17f026

Please sign in to comment.