.travis.yml: clone xtools with --depth 1
This commit is contained in:
parent
5165087cfe
commit
6c611b733d
@ -8,7 +8,7 @@ env:
|
|||||||
- PATH=$PATH:$PWD/xtools
|
- PATH=$PATH:$PWD/xtools
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- git clone git://github.com/chneukirchen/xtools.git xtools
|
- git clone --depth 1 git://github.com/chneukirchen/xtools.git xtools
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- echo "Checking $TRAVIS_COMMIT_RANGE"
|
- echo "Checking $TRAVIS_COMMIT_RANGE"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user