1
0
mirror of https://github.com/Luzifer/password.git synced 2024-09-19 18:32:57 +00:00
password/.travis.yml

10 lines
103 B
YAML
Raw Normal View History

2015-05-02 13:42:41 +00:00
language: go
go:
- 1.3
- 1.4
- tip
2015-05-10 14:45:12 +00:00
install: go get -v ./...
2015-05-02 13:42:41 +00:00
script: go test -v --bench=. ./...