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-ds-flatfs
Commits
bf299da7
Commit
bf299da7
authored
Aug 25, 2016
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add travis.yml
parent
f5fcc059
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
0 deletions
+34
-0
.travis.yml
.travis.yml
+20
-0
Makefile
Makefile
+14
-0
No files found.
.travis.yml
0 → 100644
View file @
bf299da7
os
:
-
linux
-
osx
language
:
go
go
:
-
1.7
install
:
true
script
:
-
make deps
-
gx-go rewrite
-
go get github.com/mattn/goveralls
-
goveralls -service=travis-ci
cache
:
directories
:
-
$GOPATH/src/gx
Makefile
0 → 100644
View file @
bf299da7
test
:
deps
go
test
-v
export
IPFS_API
?=
v04x.ipfs.io
gx
:
go get
-u
github.com/whyrusleeping/gx
go get
-u
github.com/whyrusleeping/gx-go
deps
:
gx
gx
--verbose
install
--global
gx-go rewrite
go get
-t
./...
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