summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 17:24:07 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 17:24:07 +0200
commit96aa6b892e65f20bb30063bac7b8d26b904e3762 (patch)
tree4b124e90575907bbaf06a0dd4c32dae3dcd2e0c5 /.travis.yml
parent4772ad4101c4aa48d8758483f934d7e3b955487d (diff)
travis fixes
Diffstat (limited to '.travis.yml')
-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