File tree Expand file tree Collapse file tree 1 file changed +16
-11
lines changed Expand file tree Collapse file tree 1 file changed +16
-11
lines changed Original file line number Diff line number Diff line change 1
1
os :
2
2
- linux
3
- - osx
4
3
5
4
language : go
6
5
7
6
go :
8
- - 1.10 .x
7
+ - 1.11 .x
9
8
10
- install : true
9
+ env :
10
+ global :
11
+ - GOTFLAGS="-race"
12
+ matrix :
13
+ - BUILD_DEPTYPE=gx
14
+ - BUILD_DEPTYPE=gomod
11
15
12
- before_install :
13
- - make deps
16
+
17
+ # disable travis install
18
+ install :
19
+ - true
14
20
15
21
script :
16
- - go vet
17
- - go test -race -coverprofile=coverage.txt -covermode=atomic
22
+ - bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
18
23
19
- after_success :
20
- - bash <(curl -s https://codecov.io/bash)
21
24
22
25
cache :
23
- directories :
24
- - $GOPATH/src/gx
26
+ directories :
27
+ - $GOPATH/src/gx
28
+ - $GOPATH/pkg/mod
29
+ - /home/travis/.cache/go-build
25
30
26
31
notifications :
27
32
email : false
You can’t perform that action at this time.
0 commit comments