upgrades - plugins

pull/10/head
Hunter Long 2018-06-13 23:52:54 -07:00
parent e37f647093
commit 801637254f
2 changed files with 3 additions and 1 deletions

View File

@ -54,6 +54,8 @@ before_script:
- go get github.com/GeertJohan/go.rice
- go get github.com/GeertJohan/go.rice/rice
- go get
- go install
script:
- go test -v
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then /bin/bash -c ./build.sh; fi

View File

@ -38,7 +38,7 @@ func TestSetConfig(t *testing.T) {
}
func TestRun(t *testing.T) {
mainProcess()
go mainProcess()
time.Sleep(15 * time.Second)
}