[tarantool-patches] [PATCH] travis-ci: add fedora 30

Alexander Turenko alexander.turenko at tarantool.org
Wed May 15 00:34:30 MSK 2019


Fixes #4194.
---

https://github.com/tarantool/tarantool/issues/4194
https://github.com/tarantool/tarantool/tree/Totktonada/gh-4194-add-fedora-30

Build and tests are passed on Fedora 30:
https://travis-ci.org/tarantool/tarantool/jobs/532499762

 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 6e79cf2fe..18932950e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -63,6 +63,9 @@ jobs:
       - name: "Fedora 29 build + test + deploy RPM"
         env: OS=fedora DIST=29
         if: branch = "master"
+      - name: "Fedora 30 build + test + deploy RPM"
+        env: OS=fedora DIST=30
+        if: branch = "master"
       - name: "Ubuntu Trusty (14.04) build + deploy DEB"
         env: OS=ubuntu DIST=trusty
         if: branch = "master"
-- 
2.21.0





More information about the Tarantool-patches mailing list