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:
Jonathan Boulle 2014-05-16 14:11:37 -07:00
commit d95df78c6d
2 changed files with 9 additions and 1 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: go
go: 1.2
install:
- go get code.google.com/p/go.tools/cmd/cover
script:
- ./test

View File

@ -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.