Travis already fetches submodules by default.

This commit is contained in:
David Nadlinger
2012-10-06 16:05:53 +02:00
parent ad793fd5a3
commit 7240fd69c3

View File

@@ -7,8 +7,6 @@ env:
- DVER=1 LLVM_PACKAGE=llvm-3.1 LLVM_VERSION=3.1
- DVER=2 LLVM_PACKAGE=llvm-3.0-dev LLVM_VERSION=3.0
- DVER=2 LLVM_PACKAGE=llvm-3.1 LLVM_VERSION=3.1
before_script:
- git submodule update --init --recursive
script:
- cmake -DD_VERSION=$DVER -DLLVM_CONFIG=/usr/bin/llvm-config-$LLVM_VERSION
- make