summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-08-06 11:29:04 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-08-06 11:29:04 +0200
commit424fe51f19ade0dadf0ce67bfd1274544f6eeb17 (patch)
tree1a05c6667ac18af985ca6ed9dcc16ae19c1ed15d
parent97c1794e608b2d53fc9727e9e546c2e7d6e36411 (diff)
fix tar
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2f650c400..232ac71ec 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +12,6 @@ script:
- sudo apt-get update
- sudo apt-get -y install nodejs
- wget https://phantomjs.googlecode.com/files/phantomjs-1.9.0-linux-x86_64.tar.bz2
- - tar xjf phantomjs-1.9.0-linux-i686.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
- make unit-tests && make javascript-tests