From 1f48bd5953334a6db602fcadb1be726b5e3d8363 Mon Sep 17 00:00:00 2001 From: Jesse Schwartzentruber Date: Mon, 10 Apr 2017 13:59:24 -0400 Subject: [PATCH] Update Travis CI environment to trusty so we get a recent chromium. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 622d2a7..72a0a36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: node_js +dist: trusty env: - DISPLAY=:99.0 CHROME_BIN=chromium-browser branches: