Travis ci config test

This commit is contained in:
Roshan Ranabhat 2020-04-05 19:01:03 +05:45
parent 7a6cec96c2
commit 591879bd7b
2 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@ language: go
sudo: false sudo: false
go_import_path: github.com/gobeam/Stringy go_import_path: github.com/gobeam/Stringy
go: go:
- 1.9 - 1.13
script: script:
- go test - go test

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module github.com/gobeam/Stringy
go 1.13