Skip to content

Commit c4a9996

Browse files
authored
Merge pull request #41 from marcosnils/travis
Add travis support
2 parents 645e9de + c6a15ed commit c4a9996

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
language: go
2+
sudo: required
13

2-
script:
3-
- make test
4+
services:
5+
- docker
6+
7+
script: make test

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[![Build Status](https://travis-ci.org/teamhephy/workflow-cli.svg?branch=master)](https://travis-ci.org/teamhephy/workflow-cli)
12

23
|![](https://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Anchor_pictogram_yellow.svg/156px-Anchor_pictogram_yellow.svg.png) | Hephy Workflow is the open source fork of Deis Workflow.<br />Please [go here](https://www.teamhephy.com/) for more detail. |
34
|---:|---|

0 commit comments

Comments
 (0)