From 02136e67d381a8374f0962ddea08b07e77d22319 Mon Sep 17 00:00:00 2001 From: David Humphrey Date: Thu, 28 Nov 2013 10:54:56 -0500 Subject: [PATCH] Check version of phantomjs on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bdc4c53..2530b53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1 @@ -script: phantomjs ./tests/run-jasmine.js ./tests/index.html \ No newline at end of file +script: phantomjs --version && phantomjs ./tests/run-jasmine.js ./tests/index.html \ No newline at end of file