Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
p2p
go-p2p-kad-dht
Commits
1be2230e
Commit
1be2230e
authored
Feb 27, 2019
by
Jakub Sztandera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix travis build
parent
fbe5d04b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
20 deletions
+17
-20
.travis.yml
.travis.yml
+17
-20
No files found.
.travis.yml
View file @
1be2230e
os
:
-
linux
sudo
:
false
language
:
go
go
:
-
1.11.x
env
:
global
:
-
GOTFLAGS="-race"
-
IPFS_REUSEPORT=false
matrix
:
-
BUILD_DEPTYPE=gx
-
BUILD_DEPTYPE=gomod
go
:
-
1.11.x
install
:
true
# disable travis install
install
:
-
true
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)
script
:
-
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
directories
:
-
$GOPATH/src/gx
-
$GOPATH/pkg/mod
-
/home/travis/.cache/go-build
notifications
:
email
:
false
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment