Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #117 from c4milo/travis-support
Browse files Browse the repository at this point in the history
chore(travis): Adds travis yaml file as well as badge in README
  • Loading branch information
jonboulle committed May 16, 2014
2 parents 04fcd39 + ac4c969 commit d95df78
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: go
go: 1.2

install:
- go get code.google.com/p/go.tools/cmd/cover

script:
- ./test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# coreos-cloudinit
# coreos-cloudinit [![Build Status](https://travis-ci.org/coreos/coreos-cloudinit.png?branch=master)](https://travis-ci.org/coreos/coreos-cloudinit)

coreos-cloudinit enables a user to customize CoreOS machines by providing either a cloud-config document or an executable script through user-data.

Expand Down

0 comments on commit d95df78

Please sign in to comment.