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 b999a1a6f4 Fix unit tests (#98)
* Update unit tests

Make the unit tests pass, again.

* Update project dependencies

* Enable unittests in travis
2018-03-01 10:49:57 -08:00

8 lines
214 B
YAML

sudo: required
services:
- docker
script:
- docker build -t quay.io/kubernetes_incubator/node-feature-discovery .
- docker run --entrypoint=go quay.io/kubernetes_incubator/node-feature-discovery test