From e798a012a5913cd2677add7e65b4293681b65dd0 Mon Sep 17 00:00:00 2001 From: Konstantin Osipov <kostja@tarantool.org> Date: Thu, 4 May 2017 16:14:50 +0300 Subject: [PATCH] Create 1.8.0 branch --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 30e5548d3e..a578bab497 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ git: env: global: - - PACKAGECLOUD_REPO=1_7 + - PACKAGECLOUD_REPO=1_8 matrix: - TARGET=source - TARGET=test @@ -123,14 +123,14 @@ deploy: package_glob: build/*.{rpm,deb,dsc} skip_cleanup: true on: - branch: "1.7" + branch: "1.8" condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}" # Deploy sources to SFTP - provider: script script: ./packpack/tools/sftp ${TRAVIS_BRANCH}/src build/*.tar.gz skip_cleanup: true on: - branch: "1.7" + branch: "1.8" condition: "x${TARGET} = xsource" notifications: -- GitLab