瀏覽代碼

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