mirror of
https://github.com/elobuff/gortmp
synced 2025-12-24 13:08:13 +08:00
Give travis something to run
This commit is contained in:
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.1
|
||||
- 1.2
|
||||
|
||||
install:
|
||||
- export PATH=$PATH:$HOME/gopath/bin
|
||||
- go get code.google.com/p/go.tools/cmd/cover
|
||||
- go get -t
|
||||
|
||||
script:
|
||||
- make test
|
||||
9
client_test.go
Normal file
9
client_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package rtmp
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestBuilds(t *testing.T) {
|
||||
return
|
||||
}
|
||||
Reference in New Issue
Block a user