travis CI config added

This commit is contained in:
Hamed Bahadorzadeh
2019-01-04 17:49:34 +03:30
parent 04a3d40159
commit f8d8fb1f56

11
.travis.yml Normal file
View File

@@ -0,0 +1,11 @@
language: go
go:
- "1.10.x"
before_install:
- go get -v github.com/hbahadorzadeh/stunning
script:
- go test
- go build