From a40d01ec489ee4540c7306e5cfba8c3aef6dc022 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Sun, 12 May 2013 22:18:26 +0100 Subject: [PATCH] (More) updates to travis setup to cope with the submodule. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 91d6f7e1cd..9a29a50862 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,5 @@ node_js: - "0.11" - "0.10" - "0.8" -before_install: - - git submodule update --init --recursive \ No newline at end of file +git: +submodules: false \ No newline at end of file