Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Added .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tbird committed Oct 3, 2016
1 parent c044dc6 commit 210dadf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: bash
services: docker

script:
- ./bin/build

after_script:
- docker images
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@
[![Build Status](https://travis-ci.org/katosys/docker-cni-plugins.svg?branch=master)](https://travis-ci.org/katosys/docker-cni-plugins)

Container network interface plugins

This will copy the plugins to `/tmp/cni`:
```
docker run -it \
--volume /tmp/cni:/tmp \
katosys/cni-plugins:v0.3.0-1
```

0 comments on commit 210dadf

Please sign in to comment.