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-dms3-cmds
Commits
4e1cdfb5
Commit
4e1cdfb5
authored
Jan 08, 2018
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: update to standard Makefile/travis config
parent
8ccdbf7a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
12 deletions
+22
-12
.travis.yml
.travis.yml
+11
-12
Makefile
Makefile
+11
-0
No files found.
.travis.yml
View file @
4e1cdfb5
# dist: trusty # KVM Setup
notifications
:
email
:
false
os
:
-
linux
-
osx
sudo
:
false
language
:
go
go
:
-
1.9
-
1.9
.x
install
:
-
go get github.com/whyrusleeping/gx
-
go get github.com/whyrusleeping/gx-go
-
gx install
-
gx-go rw
-
make deps
script
:
-
go vet
-
go test -v ./...
-
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 @
4e1cdfb5
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