Skip to content

Commit

Permalink
Allow Travis to test stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Léo Peltier committed Oct 18, 2016
1 parent 19293ed commit 1cf1f33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1 +1,3 @@
---
language: go
scipt: go test -v ./...
2 changes: 2 additions & 0 deletions Makefile
@@ -1,3 +1,5 @@
all:

.PHONY: cover
cover:
go test -coverprofile=.coverage
Expand Down

0 comments on commit 1cf1f33

Please sign in to comment.