[Rt-commit] rt branch, 4.4/docker-tests, updated. rt-4.4.4-90-g7f760c5f4

Jim Brandt jbrandt at bestpractical.com
Thu Feb 27 18:03:04 EST 2020


The branch, 4.4/docker-tests has been updated
       via  7f760c5f4fb816f373e45ac34848819d2837b659 (commit)
      from  dde7415d52a9d0be792982d08e6b3b39e29b22d1 (commit)

Summary of changes:
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 7f760c5f4fb816f373e45ac34848819d2837b659
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Thu Feb 27 18:03:02 2020 -0500

    Move name argument

diff --git a/.travis.yml b/.travis.yml
index 820a41b22..1fb82c7d1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ services: docker
 
 before_install:
   - docker build -t rt44 .
-  - docker run -d rt44 --name rt
+  - docker run -d --name rt rt44
   - docker ps -a
 
 script:

-----------------------------------------------------------------------


More information about the rt-commit mailing list