Add support for travis, coveralls and appveyor

This commit also adds further tests.
This commit is contained in:
Lawrence Woodman
2016-07-05 14:53:08 +01:00
parent d97d87340b
commit 1364d3816f
9 changed files with 215 additions and 44 deletions
+13
View File
@@ -0,0 +1,13 @@
// Copyright 2016 Lawrence Woodman <lwoodman@vlifesystems.com>
// Use of this source code is governed by a zlib-style
// license that can be found in the LICENSE file.
// +build !su
package service_test
import "testing"
func TestInstallRunRestartStopRemove(t *testing.T) {
t.Skip("skipping test as not running as root/admin (Build tag: su)")
}