1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00
node-feature-discovery/.travis.yml
Markus Lehtonen fa4d9b76e9 travis: run in minimal environment and drop sudo
Default language is ruby and we don't need that. The minimal environment
is enough. Also, no su privileges are needed to run the build.
2019-04-27 12:49:48 +03:00

7 lines
127 B
YAML

language: minimal
services:
- docker
script:
- docker build -t quay.io/kubernetes_incubator/node-feature-discovery .