Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Add Travis file for running builds and tests via Travis automation
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell committed May 9, 2019
1 parent 5892056 commit 848a7e8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
sudo: false
dist: trusty
language: go
go:
- "1.12"
script:
- make tools
- make
after_success:
- if [[ -n "$TRAVIS_TAG" ]]; then make release; fi
notifications:
email: true

0 comments on commit 848a7e8

Please sign in to comment.