Commit 63128f5d authored by Jakub Sztandera's avatar Jakub Sztandera

add gomod support // tag v0.0.1.

License: MIT
Signed-off-by: default avatarJakub Sztandera <kubuxu@protonmail.ch>
parent fb85b278
Pipeline #342 failed with stages
in 0 seconds
sudo: false os:
- linux
language: go language: go
go: go:
- 1.9 - 1.11.x
env:
global:
- GOTFLAGS="-race"
matrix:
- BUILD_DEPTYPE=gx
- BUILD_DEPTYPE=gomod
# disable travis install
install: install:
- go get github.com/whyrusleeping/gx - true
- go get github.com/whyrusleeping/gx-go
script: script:
- make test - bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
after_success:
- bash <(curl -s https://codecov.io/bash)
cache: cache:
directories: directories:
- $GOPATH/src/gx - $GOPATH/src/gx
- $GOPATH/pkg/mod
- $HOME/.cache/go-build
notifications: notifications:
email: false email: false
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment