aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 772421d..f0314d1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,6 @@
language: go
+go:
+ - 1.15
env:
matrix:
- DOCKER_COMPOSE_VERSION=1.25.0
@@ -11,5 +13,6 @@ services:
before_install:
- docker pull redis:6.2-alpine
install:
-- docker build -t hived ./ && docker-compose -f ./docker-compose-travis.yaml up -d
+# - docker build -t hived ./ && docker-compose -f ./docker-compose-travis.yaml up -d
# - "./test/endpoints.sh"
+ - go build