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
766a63703c34feb23f6d69f3c9012d6a0dc2a559
766a63703c34feb23f6d69f3c9012d6a0dc2a559
Switch branch/tag
go-datastore
.travis.yml
Find file
Normal view
History
Permalink
.travis.yml
105 Bytes
Edit
Web IDE
Newer
Older
added make test target + travis.yml
Juan Batiz-Benet
committed
Jan 09, 2015
1
2
3
4
5
6
7
8
9
10
11
language
:
go
go
:
-
1.3
-
release
-
tip
script
:
-
make test
env
:
TEST_NO_FUSE=1 TEST_VERBOSE=1