浏览代码

Fix .travis.yml file

bel2125 7 年之前
父节点
当前提交
1987f6934b
共有 2 个文件被更改,包括 4 次插入5 次删除
  1. 2 3
      .travis.yml
  2. 2 2
      unittest/main.c

+ 2 - 3
.travis.yml

@@ -105,9 +105,8 @@ script:
     fi
   - pwd
   - ls
-  - ls output
-  - ls output/build
-  - ls output/build/unittest
+  - ls unittest
+  - cat unittest/test.log
 
 # Coveralls options: https://github.com/eddyxu/cpp-coveralls/blob/master/README.md
 after_success:

+ 2 - 2
unittest/main.c

@@ -35,9 +35,9 @@
  * The API documentation is available here:
  * http://check.sourceforge.net/doc/check_html/index.html
  *
- * Note: CivetWeb is tested using it's own fork:
+ * Note: CivetWeb is tested using it's own fork of check:
  * https://github.com/civetweb/check
- * However, all required fixes from this fork are already available
+ * Required fixes from this fork are already available
  * in the main repository:
  * https://github.com/libcheck/check
  */