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: 41b934997cda1a830b48fb4fb12609215504179d (
plain
)
1
2
3
4
5
6
7
8
language:
go
sudo:
false
go:
-
1.6
.2
os:
-
linux
script:
-
go test
-
v ./...