Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Commit

Permalink
Enable basic Travis CI tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevina committed Nov 15, 2017
1 parent 86bfc44 commit c96d6a6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
os:
- linux
- osx

language: go

go:
- go1.9.2

install: true

script:
- go build
- go vet ./...

notifications:
email: false

0 comments on commit c96d6a6

Please sign in to comment.