From e1835af4149f407318fcb34cdb87d72884738496 Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Tue, 4 Jul 2017 01:40:49 -0700 Subject: [PATCH] Switch to more recent environment for updated phantomjs --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index a8f9c3d..eec887d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +dist: trusty +sudo: false + language: rust rust: - stable