Merge pull request #117 from c4milo/travis-support
chore(travis): Adds travis yaml file as well as badge in README
This commit is contained in:
commit
d95df78c6d
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
language: go
|
||||||
|
go: 1.2
|
||||||
|
|
||||||
|
install:
|
||||||
|
- go get code.google.com/p/go.tools/cmd/cover
|
||||||
|
|
||||||
|
script:
|
||||||
|
- ./test
|
@ -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.
|
coreos-cloudinit enables a user to customize CoreOS machines by providing either a cloud-config document or an executable script through user-data.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user