Skip to content

Commit

Permalink
Update test case and travis config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuri committed Oct 9, 2016
1 parent 5676fe3 commit 12bea98
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ before_script:
- beanstalkd -d -l 127.0.0.1 -p 11300

go:
- 1.5
- 1.6
- 1.7
- tip
Expand Down
1 change: 0 additions & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ func TestIndex(t *testing.T) {
http.ListenAndServe(pubConf.Listen, nil)
}()

openPage()
time.Sleep(2 * time.Second)

resp, err = http.PostForm(server+"/tube?server=127.0.0.1:11300&action=addjob",
Expand Down

0 comments on commit 12bea98

Please sign in to comment.