Quellcode durchsuchen

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 vor 9 Jahren
Ursprung
Commit
bb27aa1271
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      bin/unit-tests.sh

+ 1
- 1
bin/unit-tests.sh Datei anzeigen

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