Skip to content

Commit 44905dd

Browse files
committed
Add distgen to travis CI builds
1 parent 0b6cce6 commit 44905dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ install:
2222
- export PATH=$PATH:${GOPATH}/src/github.com/openshift/source-to-image/_output/local/bin/linux/amd64/
2323
- hack/build-go.sh
2424
- popd
25+
- pip install --user distgen
2526

26-
script: SKIP_SQUASH=1 make test TARGET=centos
27+
script: DG=dg SKIP_SQUASH=1 make test TARGET=centos

0 commit comments

Comments
 (0)