mirror of
https://github.com/taigrr/go-selfupdate
synced 2025-01-18 04:33:12 -08:00
Added travis ci config
This commit is contained in:
parent
25a9691172
commit
9fb2fdcaa6
1
.travis.yml
Normal file
1
.travis.yml
Normal file
@ -0,0 +1 @@
|
|||||||
|
language: go
|
6
main_test.go
Normal file
6
main_test.go
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import "testing"
|
||||||
|
|
||||||
|
func TestUpdater(t *testing.T) {
|
||||||
|
}
|
@ -3,5 +3,4 @@ package selfupdate
|
|||||||
import "testing"
|
import "testing"
|
||||||
|
|
||||||
func TestUpdater(t *testing.T) {
|
func TestUpdater(t *testing.T) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user