From 67c9d469c4b9b0aebddfd972b1f8e7cfd9a14149 Mon Sep 17 00:00:00 2001 From: Phillip Wittrock Date: Fri, 8 Nov 2019 12:52:00 -0800 Subject: [PATCH] Enable pseudo dependency checking in travis --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e3f3e5e01..15b0f1b2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,8 +34,7 @@ before_install: install: true script: -# TODO(pwittrock): Enable this once the psuedo deps have been created -# - ./travis/verify-deps.sh + - ./travis/verify-deps.sh - ./travis/pre-commit.sh - ./travis/kyaml-pre-commit.sh