Skip to content

Commit 8e1d4b1

Browse files
Katrina OwenErikSchierboom
authored andcommitted
Call configlet subcommand on CI (#318)
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.
1 parent 1134060 commit 8e1d4b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ env:
88
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
99
script:
1010
- ./bin/fetch-configlet
11-
- ./bin/configlet .
11+
- ./bin/configlet lint .
1212
- ./build.sh

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
- checkout
1212
- run: apt-get -qq update; apt-get -y install unzip
1313
- run: ./bin/fetch-configlet
14-
- run: ./bin/configlet .
15-
- run: ./build.sh
14+
- run: ./bin/configlet lint .
15+
- run: ./build.sh

0 commit comments

Comments
 (0)