Browse Source

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

Nick Kasvosve 9 years ago
parent
commit
14386239c8
1 changed files with 1 additions and 1 deletions
  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)