From 7816ccf49c540ce7992360e826288784a3073b08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Luiz=20Lorencetti?= Date: Sat, 22 Jul 2017 15:47:56 -0300 Subject: [PATCH] Change phantom --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3388554..237cd9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ python: install: - pip install -r dev-requirements.txt - pip install coveralls + - sudo curl --output /usr/local/bin/phantomjs https://s3.amazonaws.com/circle-downloads/phantomjs-2.1.1 script: - cd pets - coverage run --rcfile=../.coveragerc manage.py test