From 9298c999b9bd44e409d351b0da062f868a529193 Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Mon, 2 Jan 2017 18:19:37 +0500 Subject: [PATCH] [CI] use trusty to get phantomjs 2.0.0+ Otherwise we get error Can't find variable: MutationObserver --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f8916d3..a0a86c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: python python: - "2.7" +dist: trusty sudo: false cache: pip