Skip to content

Commit

Permalink
Added travis build files
Browse files Browse the repository at this point in the history
  • Loading branch information
sadlil committed Feb 17, 2017
1 parent fc119c7 commit f3107cc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: go
go:
- 1.8
install:
- go get github.com/stretchr/testify/assert
script:
- go vet;
- go install;
- go test -v;

0 comments on commit f3107cc

Please sign in to comment.