Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Continuous integration for Gorjun

Add new version of Golang
  • Loading branch information
emli committed Feb 20, 2018
1 parent 4a2875a commit 16828e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: go

sudo: enabled
go:
- 1.9.4
- '1.10'
script:
- go get
- make
Expand Down
8 changes: 4 additions & 4 deletions libgorjun/gorjun_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ func TestRemoveTemplate(t *testing.T) {
t.Errorf("Failed to upload: %v", err)
}
fmt.Printf("Template uploaded successfully, id : %s\n", id)
//err = g.RemoveFileByID(id,"template")
//if err != nil {
// t.Errorf("Failed to remove file: %v", err)
//}
err = g.RemoveFileByID(id,"template")
if err != nil {
t.Errorf("Failed to remove file: %v", err)
}
fmt.Printf("Template removed successfully, id : %s\n", id)
}

Expand Down

0 comments on commit 16828e2

Please sign in to comment.