Skip to content
This repository was archived by the owner on Oct 5, 2023. It is now read-only.

Commit e53361d

Browse files
committed
rm gx
1 parent b174046 commit e53361d

File tree

4 files changed

+4
-109
lines changed

4 files changed

+4
-109
lines changed

.gx/lastpubver

Lines changed: 0 additions & 1 deletion
This file was deleted.

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ env:
1515

1616
# disable travis install
1717
install:
18-
- make deps
1918
- go get -d github.com/ipfs/go-ipfs
2019
- (cd $GOPATH/src/github.com/ipfs/go-ipfs; make install)
2120

@@ -25,7 +24,6 @@ script:
2524

2625
cache:
2726
directories:
28-
- $GOPATH/src/gx
2927
- $GOPATH/pkg/mod
3028
- $HOME/.cache/go-build
3129

Makefile

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
1-
all: deps
2-
gx:
3-
go get github.com/whyrusleeping/gx
4-
go get github.com/whyrusleeping/gx-go
5-
deps: gx
6-
gx --verbose install --global
7-
gx-go rewrite
8-
test: deps
9-
gx test -v -race -coverprofile=coverage.txt -covermode=atomic .
10-
rw:
11-
gx-go rewrite
12-
rwundo:
13-
gx-go rewrite --undo
14-
publish: rwundo
15-
gx publish
16-
.PHONY: all gx deps test rw rwundo publish
1+
test:
2+
go test -v -race -coverprofile=coverage.txt -covermode=atomic .
3+
4+
.PHONY: test

package.json

Lines changed: 0 additions & 90 deletions
This file was deleted.

0 commit comments

Comments
 (0)