From a218862557a877f2ebb77fc3fe4acca3feddfbd9 Mon Sep 17 00:00:00 2001 From: Vicent Marti Date: Thu, 3 Jan 2013 02:35:23 +0100 Subject: [PATCH] Remove the submodule from travis --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2827fdbfb..8ce490356 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,6 @@ install: # Run the Build script script: - - git submodule update --init tests-clar/clar - mkdir _build - cd _build - cmake .. -DCMAKE_INSTALL_PREFIX=../_install $OPTIONS