diff --git a/.travis.yml b/.travis.yml index 048f10cb4..b631fed57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,10 @@ 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 branches: only: diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 9b3694835..d1d8e6ea7 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "12541" + #define REVISION_NR "12542" #endif // __REVISION_NR_H__