Skip to content

Commit

Permalink
Merge pull request #27 from Nordix/add/travis-file
Browse files Browse the repository at this point in the history
✨ Add travis file
  • Loading branch information
metal3-io-bot authored Apr 12, 2021
2 parents bf42778 + 1b1cac0 commit b276c4f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: go

services:
- docker

env:
global:
- CONTAINER_RUNTIME=docker
jobs:
- TARGET=unit
- TARGET=shellcheck
- TARGET=markdownlint
- TARGET=govet
- TARGET=gofmt
- TARGET=codegen

script:
- ./hack/${TARGET}.sh

0 comments on commit b276c4f

Please sign in to comment.