We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bacd902 commit 52c0c6cCopy full SHA for 52c0c6c
.travis.yml
@@ -18,6 +18,10 @@
18
19
language: cpp
20
21
+# reduce clone time by only getting the latest commit and not the whole history (default for travis is 100)
22
+git:
23
+ depth: 1
24
+
25
# only run travis on the master branch
26
branches:
27
only:
src/shared/revision_nr.h
@@ -1,4 +1,4 @@
1
#ifndef __REVISION_NR_H__
2
#define __REVISION_NR_H__
3
- #define REVISION_NR "1923"
+ #define REVISION_NR "1924"
4
#endif // __REVISION_NR_H__
0 commit comments