File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ before_install:
11
11
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover;
12
12
fi
13
13
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
16
15
- cd $TRAVIS_BUILD_DIR && dep ensure
17
16
- cd $TRAVIS_BUILD_DIR && go test
18
17
- cd $TRAVIS_BUILD_DIR && GOOS=linux GOARCH=amd64 go build -o deb-simple_linux
Original file line number Diff line number Diff line change 7
7
"enableSSL" : true ,
8
8
"SSLcert" : " server.crt" ,
9
9
"SSLkey" : " server.key" ,
10
- "enableAPIKeys" : false
10
+ "enableAPIKeys" : false ,
11
+ "enableSigning" : true ,
12
+ "privateKey" : " ./private.key"
11
13
}
You can’t perform that action at this time.
0 commit comments