Skip to content

Commit

Permalink
lndmon: Add travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
carlaKC committed Dec 10, 2019
1 parent 1467fdc commit 7ce2524
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
language: go
cache:
directories:
- $GOCACHE
- $GOPATH/pkg/mod
- $GOPATH/src/github.com/golang
- $GOPATH/src/github.com/prometheus/client_golang/prometheus

go:
- "1.13.x"

env:
global:
- GOCACHE=$HOME/.go-build

sudo: required

jobs:
include:
- stage: Build
script:
- make lint
- make build

0 comments on commit 7ce2524

Please sign in to comment.