From ee432cf2792c5dbe81953007f1fd5c87beb3ebd5 Mon Sep 17 00:00:00 2001 From: baude Date: Thu, 8 Aug 2019 06:01:00 -0500 Subject: podman network create initial implementation of network create. we only support bridging networks with this first pass. Signed-off-by: baude --- vendor/github.com/safchain/ethtool/.travis.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 vendor/github.com/safchain/ethtool/.travis.yml (limited to 'vendor/github.com/safchain/ethtool/.travis.yml') diff --git a/vendor/github.com/safchain/ethtool/.travis.yml b/vendor/github.com/safchain/ethtool/.travis.yml new file mode 100644 index 000000000..4f2ee4d97 --- /dev/null +++ b/vendor/github.com/safchain/ethtool/.travis.yml @@ -0,0 +1 @@ +language: go -- cgit v1.2.3-54-g00ecf