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.
This commit is contained in:
Katrina Owen 2017-07-09 12:12:17 -06:00
parent 505be0c663
commit 5cc237a332

View file

@ -32,7 +32,7 @@ install:
script:
- bin/fetch-configlet
- bin/configlet .
- bin/configlet lint .
- bin/build.sh
cache: