Skip to content

Commit

Permalink
travis-ci: update distros and repos
Browse files Browse the repository at this point in the history
Removed EOL distros. Added new ones.

Added 2_2 packagecloud repository to deploy to.
  • Loading branch information
Totktonada committed Apr 20, 2019
1 parent 7bbc2b2 commit 3669ac5
Showing 1 changed file with 12 additions and 17 deletions.
29 changes: 12 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,15 @@ env:
- 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=ubuntu DIST=cosmic
- OS=debian DIST=wheezy
- OS=debian DIST=jessie
- OS=debian DIST=stretch

#matrix:
# allow_failures:
# - env: OS=el DIST=6
# - env: OS=el DIST=7
# - env: OS=fedora DIST=23
# - env: OS=fedora DIST=24
# - env: OS=fedora DIST=25
# - env: OS=ubuntu DIST=precise
# - env: OS=ubuntu DIST=trusty
# - env: OS=ubuntu DIST=xenial
# - env: OS=ubuntu DIST=yakkety
# - env: OS=debian DIST=wheezy
# - env: OS=debian DIST=jessie
# - env: OS=debian DIST=stretch

script:
- git describe --long
- git clone https://github.com/packpack/packpack.git packpack
Expand Down Expand Up @@ -93,6 +78,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/*.{deb,rpm}
skip_cleanup: true
on:
branch: master
condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"

notifications:
email:
Expand Down

0 comments on commit 3669ac5

Please sign in to comment.