Skip to content

Commit

Permalink
Travis-Ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviof committed Sep 22, 2019
1 parent 037d552 commit 3fe15a8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
language: go
go:
- 1.13.x
install: true
script:
- make bootstrap
- make
- make test
after_success:
- make codecov

0 comments on commit 3fe15a8

Please sign in to comment.