summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 26f587c3b..66ed00cfb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,8 @@ php:
before_install:
- sudo add-apt-repository -y ppa:chris-lea/node.js
- sudo apt-get update
- - sudo apt-get -y install nodejs chromium python3-pip
+ - sudo apt-get -y install nodejs chromium python3-setuptools
+ - sudo easy_install3 pip
- wget https://phantomjs.googlecode.com/files/phantomjs-1.9.0-linux-x86_64.tar.bz2
- tar xjf phantomjs-1.9.0-linux-x86_64.tar.bz2
- sudo ln -s $(pwd)/phantomjs-1.9.0-linux-x86_64/bin/phantomjs /usr/bin/phantomjs