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