Skip to content

Commit

Permalink
Add travis master builds and readme image
Browse files Browse the repository at this point in the history
Signed-off-by: Blaine Gardner <[email protected]>
  • Loading branch information
BlaineEXE committed Nov 11, 2018
1 parent 4a72c1b commit 274a799
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ before_install:
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh

script: make test test.integration

branches:
only:
- master
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Octopus
=========
Octopus is a commandline tool for running the same command on multiple remote hosts in parallel.

[![Build Status](https://travis-ci.com/BlaineEXE/octopus.svg?branch=master)](https://travis-ci.com/BlaineEXE/octopus)

Theory
--------
Octopus is a simple tool inspired by `pdsh`'s ability to execute commands on multiple hosts in
Expand Down

0 comments on commit 274a799

Please sign in to comment.