From 2f3b72cea4a05cc687d42d23f6659457a0fcd7fd Mon Sep 17 00:00:00 2001 From: sebv Date: Sun, 27 Oct 2013 13:03:19 +0800 Subject: [PATCH] travis fix --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f3cf49b..c604fb5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,10 @@ language: node_js node_js: - 0.10 -before_script: - - "sudo apt-get update -y" - - "sudo apt-get install -y phantomjs -V" +# before_script: +# - "sudo apt-get update -y" +# - "sudo apt-get install -y phantomjs -V" script: + - "uname -a" - "phantomjs -v" - - "cake test" + # - "cake test"