mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Added Travis config
This commit is contained in:
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
language: go
|
||||
|
||||
script:
|
||||
- cd hash
|
||||
- go test -v
|
||||
- cd ..
|
||||
- cd hashmap
|
||||
- go test -v
|
||||
- cd ..
|
||||
- go test -v
|
||||
Reference in New Issue
Block a user