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-datastore
Commits
b0826146
Commit
b0826146
authored
Jan 09, 2015
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added make test target + travis.yml
parent
61657473
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
.travis.yml
.travis.yml
+11
-0
Makefile
Makefile
+3
-0
No files found.
.travis.yml
0 → 100644
View file @
b0826146
language
:
go
go
:
-
1.3
-
release
-
tip
script
:
-
make test
env
:
TEST_NO_FUSE=1 TEST_VERBOSE=1
Makefile
View file @
b0826146
build
:
go build
test
:
go
test
./...
# saves/vendors third-party dependencies to Godeps/_workspace
# -r flag rewrites import paths to use the vendored path
# ./... performs operation on all packages in tree
...
...
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