Skip to content

Commit

Permalink
Add travis for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Jul 12, 2019
1 parent e250993 commit 4fc6918
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
sudo: false
language: go
go: [ 1.11.x ]

env:
- GO111MODULE=on

install:
# Stop go get from executing
- true

script:
# Build server for various operating systems
- go test ./...

0 comments on commit 4fc6918

Please sign in to comment.