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"