소스 검색

ci: consistent job names [skip ci]

was staring at these waiting for tests to complete and it looked a bit
odd
Renée Kooi 4 년 전
부모
커밋
8a73f77e1d
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      .travis.yml

+ 3 - 3
.travis.yml

@@ -34,14 +34,14 @@ jobs:
     - name: 'Run unit tests'
       node_js: 14
       script: npm run test:unit
-    - name: 'Run unit tests on Node.js 10'
+    - name: 'Run unit tests (Node.js 10)'
       node_js: 10
       script: npm run test:unit
-    - name: 'Run Linting'
+    - name: 'Run linting'
       node_js: 12
       script:
         - npm run lint
-    - name: 'Run Markdown Linting'
+    - name: 'Run Markdown linting'
       node_js: 12
       script:
         - npm run lint:markdown