toyohime/.travis.yml
kare.nuorteva bad819ff57 Vanity is now a library instead of an app
While at it:
	- Replace vanity server with an http.Handler
	- Rename kkn.fi/cmd/vanity to kkn.fi/vanity
	- Update README
	- Rewrite Makefile
	- Upgrade to Go 1.9

git-svn-id: file:///srv/svn/repo/toyohime/trunk@60 922d331f-388e-da47-97a9-ad700dc0b8b9
2017-09-18 18:46:42 +00:00

7 lines
85 B
YAML

language: go
go_import_path: kkn.fi/vanity
script: make test
go:
- 1.9
- tip