Remove the submodule from travis

This commit is contained in:
Vicent Marti 2013-01-03 02:35:23 +01:00
parent 2e6f06a8d4
commit a218862557

View File

@ -25,7 +25,6 @@ install:
# Run the Build script # Run the Build script
script: script:
- git submodule update --init tests-clar/clar
- mkdir _build - mkdir _build
- cd _build - cd _build
- cmake .. -DCMAKE_INSTALL_PREFIX=../_install $OPTIONS - cmake .. -DCMAKE_INSTALL_PREFIX=../_install $OPTIONS