Skip to content

Commit

Permalink
Merge pull request #15 from feedhenry/add-travis-ci-build
Browse files Browse the repository at this point in the history
Add initial .travis.yml
  • Loading branch information
david-martin authored Aug 8, 2016
2 parents a97eab6 + bb3648c commit 52c04df
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

language: go
go:
- tip

script:
- gofmt -d -s $(find . -name '*.go')
- test -z "$(gofmt -d -s $(find . -name '*.go'))"
- go test

0 comments on commit 52c04df

Please sign in to comment.