Skip to content
This repository has been archived by the owner on May 14, 2019. It is now read-only.

*: [WIP] make discovery testable - update #60

Closed
wants to merge 20 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: go

sudo: false

go:
- 1.8.3
- tip

install:
- go get -v -d github.com/coreos/discovery.etcd.io

script:
- ./tests.sh
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.6
FROM golang:1.8.3
MAINTAINER "CoreOS, Inc"
EXPOSE 8087

Expand Down
Loading