[Rpm-maint] [rpm-software-management/rpm] Add Travis CI testing environment. (#261)

Igor Gnatenko notifications at github.com
Wed Jul 19 15:47:24 UTC 2017


ignatenkobrain commented on this pull request.



> +dist: trusty
+services:
+  - docker
+env:
+    # Fedora
+    # https://hub.docker.com/r/_/fedora/
+    - CONTAINER_IMAGE=fedora:24
+    - CONTAINER_IMAGE=fedora:25
+    - CONTAINER_IMAGE=fedora:26
+    - CONTAINER_IMAGE=fedora:rawhide
+before_install:
+  - |
+    if [ "${CONTAINER_IMAGE}" != '' ]; then
+        sed -i "/^FROM / s|fedora|${CONTAINER_IMAGE}|" Dockerfile
+    fi
+install:

this should be before_install

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/261#pullrequestreview-50952652
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20170719/6e360664/attachment-0001.html>


More information about the Rpm-maint mailing list