diff --git a/.travis.yml b/.travis.yml index 27096e2f..5f3d43d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,16 +15,19 @@ env: - TARGET=test VERSION=1_7 - TARGET=test VERSION=1_9 - TARGET=test VERSION=1_10 - - TARGET=test VERSION=2_0 + - TARGET=test VERSION=2x + - TARGET=test VERSION=2_2 - OS=el DIST=6 - OS=el DIST=7 - OS=fedora DIST=26 - OS=fedora DIST=27 + - OS=fedora DIST=28 + - OS=fedora DIST=29 - OS=ubuntu DIST=trusty - OS=ubuntu DIST=xenial - OS=ubuntu DIST=artful - OS=ubuntu DIST=bionic - - OS=debian DIST=wheezy + - OS=ubuntu DIST=cosmic - OS=debian DIST=jessie - OS=debian DIST=stretch @@ -82,6 +85,16 @@ deploy: on: branch: master condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}" + - provider: packagecloud + username: tarantool + repository: "2_2" + token: ${PACKAGECLOUD_TOKEN} + dist: ${OS}/${DIST} + package_glob: build/*.{rpm,deb} + skip_cleanup: true + on: + branch: master + condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}" notifications: email: diff --git a/test.sh b/test.sh index 491495ba..3fca1255 100755 --- a/test.sh +++ b/test.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=${VERSION:-2_0} +VERSION=${VERSION:-2_2} curl https://packagecloud.io/tarantool/${VERSION}/gpgkey | sudo apt-key add - release=`lsb_release -c -s`