1
0
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:
Mark Sanborn 2015-02-15 11:03:58 -08:00
parent 25a9691172
commit 9fb2fdcaa6
3 changed files with 7 additions and 1 deletions

1
.travis.yml Normal file
View File

@ -0,0 +1 @@
language: go

6
main_test.go Normal file
View File

@ -0,0 +1,6 @@
package main
import "testing"
func TestUpdater(t *testing.T) {
}

View File

@ -3,5 +3,4 @@ package selfupdate
import "testing"
func TestUpdater(t *testing.T) {
}