Skip to content

Commit

Permalink
Merge branch 'master' into update-event-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey authored Jul 27, 2018
2 parents 76a51c7 + 2544ae3 commit 580cd32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ node_js:
addons:
firefox: latest # version 55.0 - 57.x have an issue with screenshots.
# firefox: 54.0.1
# Chrome 68 breaks headless gl testing, so this is replaced later
chrome: stable
apt:
packages:
Expand Down Expand Up @@ -41,6 +42,10 @@ before_install:
- npm install -g npm@latest
# Prune the npm packages. If this fails for any reason, just remove them all
- npm prune || rm -r node_modules
# Get a specific version of Chrome
- curl -L -C - https://www.slimjet.com/chrome/download-chrome.php?file=lnx%2Fchrome64_67.0.3396.79.deb -o "${HOME}/cache/chrome64_67.0.3396.79.deb"
- sudo dpkg -i "${HOME}/cache/chrome64_67.0.3396.79.deb"
- google-chrome --version

install:
# travis moved to "npm ci", but that fails with canvas-prebuilt as it tries
Expand Down

0 comments on commit 580cd32

Please sign in to comment.