From 5cc237a332a48479929a701372a5eb50193651a3 Mon Sep 17 00:00:00 2001 From: Katrina Owen Date: Sun, 9 Jul 2017 12:12:17 -0600 Subject: [PATCH] Call configlet subcommand on CI This changes configlet to pass a subcommand. For now, we've released a version of configlet which handles both the old command: configlet path/to/track as well as the new command: configlet lint path/to/track This will let us update all the travis files to include the subcommand before we release the version of configlet that requires the subcommand. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ad7c803..72b5024 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ install: script: - bin/fetch-configlet - - bin/configlet . + - bin/configlet lint . - bin/build.sh cache: