Skip to content

Commit

Permalink
Updated Travis CI settings
Browse files Browse the repository at this point in the history
Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected])
  • Loading branch information
SkylerBaek committed Jun 28, 2024
1 parent 75cacab commit a55a973
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@ install:
- npm link
- popd
- npm install
- npm run bootstrap
- npm run interlink
script:
- echo -e "\x1b\x5b35;1m*** Starting tests...\x1b\x5b0m"
- npm test -- -- --runInBand --coverage
- codecov
- echo -e "\x1b\x5b35;1m*** Tests complete\x1b\x5b0m"
- echo -e "\x1b\x5b35;1m*** Starting eslint...\x1b\x5b0m"
- npm run lerna -- run lint -- -- --report-unused-disable-directives --max-warnings 0 .
- npm run lint -- -- --report-unused-disable-directives --max-warnings 0 .
- echo -e "\x1b\x5b35;1m*** eslint complete\x1b\x5b0m"
- echo -e "\x1b\x5b35;1m*** Starting docs validation...\x1b\x5b0m"
- npm run validate-docs
Expand Down

0 comments on commit a55a973

Please sign in to comment.