Skip to content

Commit 1a5513c

Browse files
authored
Update Travis credentials (#79)
* [TRAVIS] skip clean-up Bump to v1.2.9
1 parent ee2a572 commit 1a5513c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ deploy:
4242
file: "*.tar.gz"
4343
file_glob: true
4444
draft: true
45+
skip_cleanup: true
4546
on:
4647
tags: true
4748
all_branches: true

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ endif()
2828

2929
SET(VERSION_MAJOR 1)
3030
SET(VERSION_MINOR 2)
31-
SET(VERSION_PATCH 7)
31+
SET(VERSION_PATCH 9)
3232

3333
MAKE_DIRECTORY(${PROJECT_BINARY_DIR}/config)
3434

0 commit comments

Comments
 (0)