Add Travis

This commit is contained in:
Kevin Burke
2017-04-17 11:16:04 -07:00
parent 29f594a81c
commit ab5641d3b9
+14
View File
@@ -0,0 +1,14 @@
go_import_path: github.com/kevinburke/ssh_config
language: go
go:
- 1.7
- 1.8
- tip
before_script:
- go get -u ./...
script:
- make test