From bd18f9590f2ea80d2133b02d69158a8d8ff44fa7 Mon Sep 17 00:00:00 2001 From: hellmanj Date: Wed, 18 Mar 2015 15:13:25 -0400 Subject: [PATCH] update version of phantomjs to run in ci --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 33efadc..434dee4 100755 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ env: language: python python: - "2.7" +before_install: + - ./bin/install_phantomjs19.sh install: - pip install . script: @@ -17,4 +19,4 @@ deploy: tags: true all_branches: true after_success: - - python deploy-ghpages.py \ No newline at end of file + - python deploy-ghpages.py