瀏覽代碼

adding framework to .travis.yaml so that so that Travis-CI will automatically test the pull request

Nick Kasvosve 9 年之前
父節點
當前提交
14386239c8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -8,7 +8,7 @@ env:
 
     # Group tests by directory to logically break up travis-CI build. Otherwise
     # we end up starting ~200+ different workers. Seems that ~100 is the limit
-    # before their website starts to lag heavily
+    # before their website starts to lag heavily 
     #
     # Here's the bash if you need to update this. Be sure to maintain the
     # lines that are currently commented out (these cannot run in Travis)