浏览代码

adds testing of installation of dependencies and build of font sources with build.sh script

Chris Simpkins 8 年之前
父节点
当前提交
a8539f93a7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -15,6 +15,7 @@ before_script:
 script: 
   - "ufolint $VARIANT"
   - shellcheck build.sh
+  - ./build.sh --install-dependencies
 
 notifications:
   email: false