summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-08-06 10:46:35 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-08-06 10:46:35 +0200
commitb48a0308c58afa8cf9015060d1125de6ef76dca7 (patch)
treefe7ba626f932c8bab491ca75e1b9945e246ecf3d /.travis.yml
parent114d98d863ffbac2da7816eec243060312ec4670 (diff)
check phantomjs bin
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8bca249f7..0c6513f99 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,4 +10,5 @@ script:
- sudo add-apt-repository -y ppa:chris-lea/node.js
- sudo apt-get update
- sudo apt-get -y install nodejs phantomjs
+ - file /usr/bin/phantomjs
- make unit-tests && make javascript-tests