Skip to content

Commit

Permalink
Add TravisCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Aug 7, 2019
1 parent 6fd535a commit 7ecf6b8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
language: go

os:
- linux

go:
- 1.11.x
- 1.12.x
- tip

matrix:
allow_failures:
- go: tip

env:
global:
GO111MODULE=on

notifications:
email:
on_success: change
on_failure: always

script: go build

0 comments on commit 7ecf6b8

Please sign in to comment.