Browse Source

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

Chris Simpkins 8 years ago
parent
commit
e6104e2e93
1 changed files with 1 additions and 2 deletions
  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