Skip to content

Commit 049fe6c

Browse files
committed
Update travis builds to include go v1.16
1 parent c9657ae commit 049fe6c

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

.travis.yml

+14-13
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ go:
66
- "1.13"
77
- "1.14"
88
- "1.15"
9+
- "1.16"
910
- tip
1011
matrix:
1112
allow_failures:
@@ -34,17 +35,17 @@ install:
3435
- cd ../..
3536
- pwd
3637
script:
37-
- ginkgo -cover -race -r -keepGoing -succinct -randomizeSuites internal/lua
38-
- ginkgo -cover -race -r -keepGoing -succinct -randomizeSuites types
39-
- ginkgo -cover -race -r -keepGoing -succinct -randomizeSuites pkg
38+
- GO111MODULE="auto" ginkgo -cover -race -r -keepGoing -succinct -randomizeSuites internal/lua
39+
- GO111MODULE="auto" ginkgo -cover -race -r -keepGoing -succinct -randomizeSuites types
40+
- GO111MODULE="auto" ginkgo -cover -race -r -keepGoing -succinct -randomizeSuites pkg
4041
- find tools -name "*.go" -type f -print0 | xargs -0 -n1 go build
4142
- find examples -name "*.go" -type f -print0 | xargs -0 -n1 go build
42-
- ginkgo build -tags="as_performance" .
43-
- ginkgo build -tags="app_engine" .
44-
- ginkgo -race -keepGoing -succinct -randomizeSuites -slowSpecThreshold=15
45-
# - ginkgo -race -keepGoing -succinct -randomizeSuites -slowSpecThreshold=15 -- -use-replicas
46-
# - ginkgo -race -keepGoing -succinct -randomizeSuites -slowSpecThreshold=15 -tags="as_performance"
47-
# - ginkgo -race -keepGoing -succinct -randomizeSuites -slowSpecThreshold=15 -tags="app_engine"
43+
- GO111MODULE="auto" ginkgo build -tags="as_performance" .
44+
- GO111MODULE="auto" ginkgo build -tags="app_engine" .
45+
- GO111MODULE="auto" ginkgo -race -keepGoing -succinct -randomizeSuites -slowSpecThreshold=15
46+
# - GO111MODULE="auto" ginkgo -race -keepGoing -succinct -randomizeSuites -slowSpecThreshold=15 -- -use-replicas
47+
# - GO111MODULE="auto" ginkgo -race -keepGoing -succinct -randomizeSuites -slowSpecThreshold=15 -tags="as_performance"
48+
# - GO111MODULE="auto" ginkgo -race -keepGoing -succinct -randomizeSuites -slowSpecThreshold=15 -tags="app_engine"
4849
- cd aerospike-server/instance1
4950
- sudo ./bin/aerospike stop
5051
- cat /dev/null > var/log/aerospike.log
@@ -54,10 +55,10 @@ script:
5455
- sudo ./bin/aerospike start
5556
- ../../.travis/wait_for_node.sh var/log/aerospike.log
5657
- cd ../..
57-
- ginkgo -race -keepGoing -succinct -randomizeSuites -slowSpecThreshold=15
58-
# - ginkgo -race -keepGoing -succinct -randomizeSuites -slowSpecThreshold=15 -- -use-replicas
59-
# - ginkgo -race -keepGoing -succinct -randomizeSuites -slowSpecThreshold=15 -tags="as_performance"
60-
# - ginkgo -race -keepGoing -succinct -randomizeSuites -slowSpecThreshold=15 -tags="app_engine"
58+
- GO111MODULE="auto" ginkgo -race -keepGoing -succinct -randomizeSuites -slowSpecThreshold=15
59+
# - GO111MODULE="auto" ginkgo -race -keepGoing -succinct -randomizeSuites -slowSpecThreshold=15 -- -use-replicas
60+
# - GO111MODULE="auto" ginkgo -race -keepGoing -succinct -randomizeSuites -slowSpecThreshold=15 -tags="as_performance"
61+
# - GO111MODULE="auto" ginkgo -race -keepGoing -succinct -randomizeSuites -slowSpecThreshold=15 -tags="app_engine"
6162
- .travis/proxy_check.sh
6263
notifications:
6364
hipchat:

0 commit comments

Comments
 (0)