diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2018-05-02 13:21:50 +0200 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-05-04 17:15:55 +0000 |
commit | 769f8f2d72dc74475bd9709aa6421ad8e1b14fc7 (patch) | |
tree | 58d05d84855ff73193b33f5d63664873a9c86381 /.travis.yml | |
parent | 522a7197a88ab4e3730387df33f22e445f0f8f3c (diff) | |
download | podman-769f8f2d72dc74475bd9709aa6421ad8e1b14fc7.tar.gz podman-769f8f2d72dc74475bd9709aa6421ad8e1b14fc7.tar.bz2 podman-769f8f2d72dc74475bd9709aa6421ad8e1b14fc7.zip |
test/e2e/run_userns_test.go: new file
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Closes: #690
Approved by: mheon
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 64b2b9a9c..cf716afcb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: go sudo: required +dist: trusty services: - docker |