diff --git a/.travis.yml b/.travis.yml index 34249a22..2c796907 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: go +sudo: required go: - 1.4 @@ -12,4 +13,7 @@ install: - go get ${TOOLS_CMD}/vet script: - - ./test + - sudo -E /bin/bash -c 'PATH=$GOROOT/bin:$PATH ./test' + +notifications: + email: false diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index ae04ed03..69a1c72b 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -1,6 +1,6 @@ { "ImportPath": "github.com/appc/cni", - "GoVersion": "go1.5.3", + "GoVersion": "go1.4.2", "Packages": [ "./..." ], diff --git a/README.md b/README.md index 933165ea..5c1c25b4 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,9 @@ This repository includes a number of common plugins that can be found in plugins Please see Documentation/ folder for documentation about particular plugins. ## Running the plugins -The scripts/ directory contains two scripts, priv-net-run.sh and docker-run.sh, that can be used to exercise the plugins. +The scripts/ directory contains two scripts, `priv-net-run.sh` and `docker-run.sh`, that can be used to exercise the plugins. + +**note - priv-net-run.sh depends on `jq`** Start out by creating a netconf file to describe a network: @@ -46,6 +48,11 @@ $ cat >/etc/cni/net.d/10-mynet.conf </etc/cni/net.d/99-loopback.conf <