This commit is contained in:
Henrique Dias 2017-06-25 09:59:08 +01:00
parent e648350a0c
commit 5c5fe0102b
No known key found for this signature in database
GPG Key ID: 936F5EB68D786730

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
language: go
go:
- tip
install:
- go get -u -v $(go list -f '{{join .Imports "\n"}}' ./... | sort | uniq | grep -v filemanager)
- go get -u -v github.com/mholt/caddy/caddyhttp
- go get github.com/gordonklaus/ineffassign
script:
- go build github.com/hacdias/filemanager
- ineffassign .