Skip to content

Commit

Permalink
Add travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
kishaningithub committed Apr 24, 2018
1 parent 7806243 commit 2c1d8fe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: go
go:
- 1.10.x
install:
- go get github.com/stretchr/testify/assert
script:
- go test -v ./...

0 comments on commit 2c1d8fe

Please sign in to comment.