6
6
- " 1.13"
7
7
- " 1.14"
8
8
- " 1.15"
9
+ - " 1.16"
9
10
- tip
10
11
matrix :
11
12
allow_failures :
@@ -34,17 +35,17 @@ install:
34
35
- cd ../..
35
36
- pwd
36
37
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
40
41
- find tools -name "*.go" -type f -print0 | xargs -0 -n1 go build
41
42
- 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"
48
49
- cd aerospike-server/instance1
49
50
- sudo ./bin/aerospike stop
50
51
- cat /dev/null > var/log/aerospike.log
@@ -54,10 +55,10 @@ script:
54
55
- sudo ./bin/aerospike start
55
56
- ../../.travis/wait_for_node.sh var/log/aerospike.log
56
57
- 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"
61
62
- .travis/proxy_check.sh
62
63
notifications :
63
64
hipchat :
0 commit comments