From 67fe4125fe886efb19bd809f0ebf021a3ccb0b0b Mon Sep 17 00:00:00 2001 From: Julien Chanseaume Date: Mon, 11 Aug 2014 11:38:32 +0200 Subject: [PATCH] use beta version of CasperJS for more stability :/ --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 61ce2c6be..a6209e6e3 100755 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ before_script: - cd .. - git clone https://github.com/n1k0/casperjs.git - cd casperjs - - git checkout tags/1.0.4 + - git checkout tags/1.1-beta3 script: - "DISPLAY=:99.0 ./bin/casperjs test ../test/tests/functionnal/casperjs/exe/front/ --pre=../test/tests/functionnal/casperjs/conf/local.js --verbose --thelia2_base_url='http://localhost:8000/index.php/'"