diff --git a/.travis.yml b/.travis.yml index 4cfe98c2424d60b3a50d870dc0da5df2ee9243ba..5163d693fc757ec0c13d134e9d4cabd6cc7c85d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,6 @@ env: global: - GOTFLAGS="-race" matrix: - - BUILD_DEPTYPE=gx - BUILD_DEPTYPE=gomod @@ -24,7 +23,6 @@ script: cache: directories: - - $GOPATH/src/gx - $GOPATH/pkg/mod - $HOME/.cache/go-build diff --git a/package.json b/package.json deleted file mode 100644 index 970ac559b1d6abde7ef089f2e5489ba14631725c..0000000000000000000000000000000000000000 --- a/package.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "author": "stebalien", - "bugs": { - "url": "https://github.com/ipfs/go-block-format" - }, - "gx": { - "dvcsimport": "github.com/ipfs/go-block-format" - }, - "gxDependencies": [ - { - "author": "whyrusleeping", - "hash": "QmTbxNB1NwDesLmKTscr4udL2tVP7MaxvXnD1D9yX7g3PN", - "name": "go-cid", - "version": "0.9.3" - }, - { - "author": "multiformats", - "hash": "QmerPMzPk1mJVowm8KgmoknWa4yCYvvugMPsgWmDNUvDLW", - "name": "go-multihash", - "version": "1.0.9" - }, - { - "author": "whyrusleeping", - "hash": "QmNohiVssaPw3KVLZik59DBVGTSm2dGvYT9eoXt5DQ36Yz", - "name": "go-ipfs-util", - "version": "1.2.9" - } - ], - "gxVersion": "0.11.0", - "language": "go", - "license": "", - "name": "go-block-format", - "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "0.2.2" -} -