summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml1
-rw-r--r--cmd/rr/.rr.yaml3
2 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 78d66eb5..13d0d7a5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,6 +21,7 @@ install:
- go get -u "github.com/pkg/errors"
- go get -u "github.com/stretchr/testify/assert"
- go get -u "github.com/shirou/gopsutil/process"
+ - go get -u "golang.org/x/net/http2"
- composer install --no-interaction --prefer-source --ignore-platform-reqs
script:
diff --git a/cmd/rr/.rr.yaml b/cmd/rr/.rr.yaml
index c428a787..f50ff0e9 100644
--- a/cmd/rr/.rr.yaml
+++ b/cmd/rr/.rr.yaml
@@ -12,9 +12,6 @@ rpc:
# http service configuration.
http:
- # set to false to disable http server.
- enable: true
-
# http host to listen.
address: 0.0.0.0:8080