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
go-bitswap
Commits
3d9af929
Commit
3d9af929
authored
Feb 20, 2019
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: add travis
Jenkins is EOL at this point.
parent
7b911d94
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
0 deletions
+33
-0
.travis.yml
.travis.yml
+22
-0
Makefile
Makefile
+11
-0
No files found.
.travis.yml
0 → 100644
View file @
3d9af929
sudo
:
false
language
:
go
go
:
-
1.11.x
before_install
:
-
make deps
script
:
-
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
:
directories
:
-
$GOPATH/src/gx
notifications
:
email
:
false
Makefile
0 → 100644
View file @
3d9af929
gx
:
go get github.com/whyrusleeping/gx
go get github.com/whyrusleeping/gx-go
deps
:
gx
gx
--verbose
install
--global
gx-go rewrite
publish
:
gx-go rewrite
--undo
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