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
dms3
interface-go-dms3-core
Commits
32d47670
Unverified
Commit
32d47670
authored
Feb 21, 2019
by
Łukasz Magiera
Committed by
GitHub
Feb 21, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #9 from ipfs/feat/travis
Enable Travis
parents
753aae16
4bf61d86
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
0 deletions
+40
-0
.travis.yml
.travis.yml
+24
-0
Makefile
Makefile
+16
-0
No files found.
.travis.yml
0 → 100644
View file @
32d47670
os
:
-
linux
sudo
:
false
language
:
go
go
:
-
1.11.x
install
:
-
make deps
script
:
-
bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
cache
:
directories
:
-
$GOPATH/src/gx
notifications
:
email
:
false
env
:
GOTFLAGS="-race"
Makefile
0 → 100644
View file @
32d47670
all
:
deps
gx
:
go get github.com/whyrusleeping/gx
go get github.com/whyrusleeping/gx-go
deps
:
gx
gx
--verbose
install
--global
gx-go rewrite
test
:
deps
gx
test
-v
-race
-coverprofile
=
coverage.txt
-covermode
=
atomic .
rw
:
gx-go rewrite
rwundo
:
gx-go rewrite
--undo
publish
:
rwundo
gx publish
.PHONY
:
all gx deps test rw rwundo publish
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