File tree Expand file tree Collapse file tree 1 file changed +19
-18
lines changed Expand file tree Collapse file tree 1 file changed +19
-18
lines changed Original file line number Diff line number Diff line change 1
- dist : trusty
2
- sudo : required
3
- services :
4
- - docker
5
1
language : go
6
2
go :
7
3
- " 1.11.x"
8
- os :
9
- - linux
10
- - osx
11
- - windows
4
+ jobs :
5
+ include :
6
+ - os : linux
7
+ dist : trusty
8
+ sudo : required
9
+ services :
10
+ - docker
11
+ script :
12
+ - make test
13
+ - make testacc
14
+ - make vet
15
+ - make website-test
16
+ - os : osx
17
+ script :
18
+ - make test
19
+ - make testacc
20
+ - os : windows
21
+ script :
22
+ - TF_ACC=1 go test -v ./...
12
23
env :
13
24
- GO111MODULE=on GOFLAGS=-mod=vendor
14
25
@@ -19,16 +30,6 @@ install:
19
30
# See: https://github.com/golang/go/issues/12933
20
31
- bash scripts/gogetcookie.sh
21
32
22
- script :
23
- - make test
24
- - make testacc
25
- - make vet
26
- - make website-test
27
-
28
33
branches :
29
34
only :
30
35
- master
31
- matrix :
32
- fast_finish : true
33
- allow_failures :
34
- - go : tip
You can’t perform that action at this time.
0 commit comments