Skip to content

Commit

Permalink
Merge 44b902b into 2fa9ee8
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfireman committed May 20, 2019
2 parents 2fa9ee8 + 44b902b commit 8b59d7c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -5,13 +5,17 @@ go:
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x

notificaitons:
email:
recipients: danielfireman@gmail.com
on_success: change
on_failure: always

env:
- GO111MODULE=on

before_install:
- go get github.com/mattn/goveralls

Expand Down
6 changes: 6 additions & 0 deletions go.mod
@@ -0,0 +1,6 @@
module github.com/frictionlessdata/tableschema-go

require (
github.com/matryer/is v0.0.0-20170112134659-c0323ceb4e99
github.com/satori/go.uuid v1.1.0
)
4 changes: 4 additions & 0 deletions go.sum
@@ -0,0 +1,4 @@
github.com/matryer/is v0.0.0-20170112134659-c0323ceb4e99 h1:cIAyXQXBuSY59PAN6nK4tnaeUcATlXS/GRNCKA1+JB0=
github.com/matryer/is v0.0.0-20170112134659-c0323ceb4e99/go.mod h1:2fLPjFQM9rhQ15aVEtbuwhJinnOqrmgXPNdZsdwlWXA=
github.com/satori/go.uuid v1.1.0 h1:B9KXyj+GzIpJbV7gmr873NsY6zpbxNy24CBtGrk7jHo=
github.com/satori/go.uuid v1.1.0/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0=

0 comments on commit 8b59d7c

Please sign in to comment.