Use RC to see if cause of failure

This commit is contained in:
Alex Dadgar 2017-02-15 17:04:53 -08:00
parent 161ce2ff87
commit 51dd3e6e12
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ services:
language: go
go:
- 1.7
- 1.8rc3
branches:
only:

View File

@ -268,7 +268,7 @@ func TestJobGetter_LocalFile(t *testing.T) {
}
// Test StructJob with jobfile from HTTP Server
func TestAPIJob_HTTPServer(t *testing.T) {
func TestJobGetter_HTTPServer(t *testing.T) {
http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
fmt.Fprintf(w, job)
})