mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[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:
parent
b11887bce8
commit
cfa0787a5f
2 changed files with 5 additions and 1 deletions
|
|
@ -18,6 +18,10 @@
|
||||||
|
|
||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
|
# reduce clone time by only getting the latest commit and not the whole history (default for travis is 100)
|
||||||
|
git:
|
||||||
|
depth: 1
|
||||||
|
|
||||||
# only run travis on the master branch
|
# only run travis on the master branch
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "12541"
|
#define REVISION_NR "12542"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue