[c12542] reduce clone time in Travis by only getting the latest commit and not the whole history (default for travis is 100)

(based on commit [12393] - de0dcf7)

Signed-off-by: DasBlub <DasBlub@gmail.com>
This commit is contained in:
DasBlub 2013-03-03 18:44:17 +01:00 committed by Antz
parent b11887bce8
commit cfa0787a5f
2 changed files with 5 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12541"
#define REVISION_NR "12542"
#endif // __REVISION_NR_H__