Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TravisCI Integration #13

Merged
merged 6 commits into from Jul 3, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions .travis.yml
@@ -0,0 +1,12 @@
notifications:
email: false
language: go
go:
- "1.2"
install:
- "wget https://github.com/coreos/etcd/releases/download/v0.4.4/etcd-v0.4.4-linux-amd64.tar.gz"
- "tar -zxvf etcd-v0.4.4-linux-amd64.tar.gz"
- "etcd-v0.4.4-linux-amd64/etcd -name travis &"
- "sleep 5" # Wait for etcd to come up
cache: apt
script: "make get && make test"
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,8 @@
discodns
======

![](https://travis-ci.org/duedil-ltd/discodns.png)

An authoritative DNS nameserver that queries an [etcd](http://github.com/coreos/etcd) database of domains and records.

#### Key Features
Expand Down