This website requires JavaScript.
Explore
Help
Sign In
shoopea
/
gowebdav
Watch
1
Star
0
Fork
0
You've already forked gowebdav
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
741fdbda3d
gowebdav
/
.travis.yml
10 lines
92 B
YAML
Raw
Normal View
History
Unescape
Escape
hello travis-ci
2018-05-17 00:05:28 +02:00
language
:
go
go
:
-
"1.x"
Creating parent collection method was added (#22) * method for creating parent collection was added to Client struct "func (c *Client) createParentCollection(itemPath string) error" was added to request.go file * using Client's method to create parent collection in following methods: Client.Write() Client.WriteStream() Client.copymove() deadlock is impossible in method Client.copymove() because of paragraph #6 section 9.8.5 (https://tools.ietf.org/html/rfc4918#section-9.8.5) and paragraph #6 section 9.9.4 (https://tools.ietf.org/html/rfc4918#section-9.9.4) of RFC 4918 (https://tools.ietf.org/html/rfc4918) * install dependencies script was added to Travis-CI file * testing was added to Travis-CI file * error wrapping was removed from Client.put() method * using an early return on error in case of 409 in Client.Write() method
2018-07-14 01:48:30 +02:00
install
:
-
go get ./...
script
:
-
go test -v --short ./...
Reference in New Issue
Copy Permalink