Skip to content

Commit 101aa5d

Browse files
committed
update sample conf
1 parent e98f14c commit 101aa5d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ before_install:
1111
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover;
1212
fi
1313
script:
14-
- cd $TRAVIS_BUILD_DIR && $HOME/gopath/bin/goveralls -service=travis-ci -repotoken
15-
$COVERALLS_TOKEN
14+
- cd $TRAVIS_BUILD_DIR && $HOME/gopath/bin/goveralls -service=travis-ci -repotoken $COVERALLS_TOKEN
1615
- cd $TRAVIS_BUILD_DIR && dep ensure
1716
- cd $TRAVIS_BUILD_DIR && go test
1817
- cd $TRAVIS_BUILD_DIR && GOOS=linux GOARCH=amd64 go build -o deb-simple_linux

sample_conf.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@
77
"enableSSL" : true,
88
"SSLcert" : "server.crt",
99
"SSLkey" : "server.key",
10-
"enableAPIKeys" : false
10+
"enableAPIKeys" : false,
11+
"enableSigning" : true,
12+
"privateKey" : "./private.key"
1113
}

0 commit comments

Comments
 (0)