Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh committed Mar 14, 2019
0 parents commit 6354665
Show file tree
Hide file tree
Showing 1,848 changed files with 881,447 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
sudo: false

dist: trusty

language:
- go

go:
- "1.10"
- "1.11"

git:
depth: 1

install: true

script:
# Verify that all source files are correctly formatted.
- find . -name "*.go" | grep -v vendor/ | xargs gofmt -d -e -l

- go clean -i
- go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...

# TODO: Set up coverage.
#after_success:
# - bash <(curl -s https://codecov.io/bash)
Loading

0 comments on commit 6354665

Please sign in to comment.