index
:
todolist.git
master
Simple GTD-style todo list for the command line.
Git Server
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.travis.yml
blob: f98230891f11efdaaeaed2e799ad9ceedb761a8c (
plain
)
1
2
3
4
5
6
7
8
9
language:
go
sudo:
false
go:
-
1.6
.2
os:
-
linux
-
osx
script:
-
go test
-
v ./...