-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from ipfs/gomod
add gomod support // tag v0.0.1.
- Loading branch information
Showing
3 changed files
with
23 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,32 @@ | ||
sudo: false | ||
os: | ||
- linux | ||
|
||
language: go | ||
|
||
go: | ||
- 1.9 | ||
|
||
- 1.11.x | ||
|
||
env: | ||
global: | ||
- GOTFLAGS="-race" | ||
matrix: | ||
- BUILD_DEPTYPE=gx | ||
- BUILD_DEPTYPE=gomod | ||
|
||
|
||
# disable travis install | ||
install: | ||
- go get github.com/whyrusleeping/gx | ||
- go get github.com/whyrusleeping/gx-go | ||
- true | ||
|
||
script: | ||
- make test | ||
|
||
after_success: | ||
- bash <(curl -s https://codecov.io/bash) | ||
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh) | ||
|
||
|
||
cache: | ||
directories: | ||
- $GOPATH/src/gx | ||
- $GOPATH/pkg/mod | ||
- $HOME/.cache/go-build | ||
|
||
notifications: | ||
email: false | ||
email: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
module github.com/ipfs/go-ipfs-pq |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters