mirror of
https://github.com/hbahadorzadeh/stunning.git
synced 2025-12-24 13:38:08 +08:00
travis CI config added
This commit is contained in:
11
.travis.yml
Normal file
11
.travis.yml
Normal 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
|
||||
Reference in New Issue
Block a user