소스 검색

removes isolation of shell script Travis CI testing to concurrent build, now distributed across each variant test result

Chris Simpkins 8 년 전
부모
커밋
e6104e2e93
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

@@ -6,7 +6,6 @@ env:
   - VARIANT=source/Hack-Bold.ufo
   - VARIANT=source/Hack-Italic.ufo
   - VARIANT=source/Hack-BoldItalic.ufo
-  - SHELL_PATH=build.sh
 
 before_script: 
   - pip install ufolint
@@ -15,7 +14,7 @@ before_script:
 
 script: 
   - "ufolint $VARIANT"
-  - "shellcheck $SHELL_PATH"
+  - shellcheck build.sh
 
 notifications:
   email: false