File tree Expand file tree Collapse file tree 3 files changed +776
-921
lines changed
Expand file tree Collapse file tree 3 files changed +776
-921
lines changed Original file line number Diff line number Diff line change 11dist : trusty
2- sudo : required
2+ sudo : false
33
44language : node_js
55
6+ cache :
7+ yarn : true
8+ directories :
9+ - ./node_modules
10+
611env :
712 global :
813 - DBUS_SESSION_BUS_ADDRESS=/dev/null
@@ -58,13 +63,7 @@ before_install:
5863 # Use a virtual display.
5964 - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export DISPLAY=:99.0; fi
6065 - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh -e /etc/init.d/xvfb start; fi
61- # Install latest chrome.
62- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CHROME_BIN=/usr/bin/google-chrome; fi
63- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update; fi
64- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y libappindicator1 fonts-liberation; fi
65- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb; fi
66- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo dpkg -i google-chrome*.deb; fi
67- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then echo "--no-sandbox" > ~/.config/chrome-flags.conf; fi
66+ - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CHROME_BIN=chromium-browser; fi
6867 # Install yarn.
6968 - curl -o- -L https://yarnpkg.com/install.sh | bash
7069 - export PATH="$HOME/.yarn/bin:$PATH"
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ const ignoredPackages = [
7373 'extsprintf@1.0.2' , // Looks like MIT
7474 'formatio@1.1.1' , // BSD, but doesn't list it in package.json
7575 'indexof@0.0.1' , // MIT, but doesn't list it in package.json
76+ 'jschardet@1.4.2' , // LGPL-2.1, listed as LGPL-2.1+.
7677 'map-stream@0.1.0' , // MIT, license but it's not listed in package.json.
7778 'mime@1.2.11' , // MIT, but doesn't list it in package.json
7879 'ms@0.7.1' , // MIT, but doesn't list it in package.json
You can’t perform that action at this time.
0 commit comments