Skip to content

Commit 557ac6f

Browse files
Valid format via EditorConfig on Travis CI
1 parent 6bfe11b commit 557ac6f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ jobs:
2727
- task=shellcheck-dist-bash
2828
script:
2929
- shellcheck dist/ColorEcho.bash
30+
- stage: Static tests
31+
language: node_js
32+
env:
33+
- task=editorconfig-check
34+
install:
35+
- npm i -g echint
36+
script:
37+
- echint
3038

3139
# test all echo functions on difference shell on Linux
3240
- stage: Ubuntu runtime test

0 commit comments

Comments
 (0)