mirror of
https://github.com/elobuff/gortmp
synced 2026-04-22 15:57:25 +08:00
Give travis something to run
This commit is contained in:
+13
@@ -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
|
||||
@@ -0,0 +1,9 @@
|
||||
package rtmp
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestBuilds(t *testing.T) {
|
||||
return
|
||||
}
|
||||
Reference in New Issue
Block a user