Browse Source

[CI] use trusty to get phantomjs 2.0.0+

Otherwise we get error

Can't find variable: MutationObserver
pull/70/head
Ivan Yelizariev 8 years ago
parent
commit
9298c999b9
  1. 1
      .travis.yml

1
.travis.yml

@ -3,6 +3,7 @@ language: python
python:
- "2.7"
dist: trusty
sudo: false
cache: pip

Loading…
Cancel
Save