Просмотр исходного кода

Support a subcommand on configlet in CI

We will be adding subcommands to configlet.

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.
Katrina Owen 9 лет назад
Родитель
Сommit
bb27aa1271
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      bin/unit-tests.sh

+ 1
- 1
bin/unit-tests.sh Просмотреть файл

@@ -5,7 +5,7 @@ set -e
5 5
 echo ""
6 6
 echo ">>> Running configlet..."
7 7
 bin/fetch-configlet
8
-bin/configlet .
8
+bin/configlet lint .
9 9
 
10 10
 pushd exercises
11 11
 echo ""