aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/openshift/imagebuilder/.travis.yml
blob: ff6afee5a0ff10163a7efa9cc453e988eb3b85be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: go

go:
  - "1.16"
  - "1.17"

install:

script:
  - make build
  - make test

notifications:
  irc: "chat.freenode.net#openshift-dev"

sudo: false