Commit a218862557a877f2ebb77fc3fe4acca3feddfbd9

Vicent Marti 2013-01-03T02:35:23

Remove the submodule from travis

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/.travis.yml b/.travis.yml
index 2827fdb..8ce4903 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