mirror of
https://github.com/fluencelabs/go-libp2p-kad-dht
synced 2025-04-25 06:42:13 +00:00
Include Travis go mod tests (#261)
This commit is contained in:
parent
7024f5dbb0
commit
acfe6d01e0
17
.travis.yml
17
.travis.yml
@ -11,14 +11,25 @@ env:
|
||||
go:
|
||||
- 1.11.x
|
||||
|
||||
install:
|
||||
- make deps
|
||||
install: true
|
||||
|
||||
script:
|
||||
jobs:
|
||||
include:
|
||||
- stage: "build and test"
|
||||
name: "gx"
|
||||
script:
|
||||
- make deps
|
||||
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
|
||||
|
||||
- name: "go mod"
|
||||
script:
|
||||
- export GO111MODULE=on
|
||||
- make mod_deps
|
||||
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $GOPATH/pkg/mod
|
||||
- $GOPATH/src/gx
|
||||
|
||||
notifications:
|
||||
|
Loading…
x
Reference in New Issue
Block a user