소스 검색

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
     fi
   - pwd
   - pwd
   - ls
   - 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
 # Coveralls options: https://github.com/eddyxu/cpp-coveralls/blob/master/README.md
 after_success:
 after_success:

+ 2 - 2
unittest/main.c

@@ -35,9 +35,9 @@
  * The API documentation is available here:
  * The API documentation is available here:
  * http://check.sourceforge.net/doc/check_html/index.html
  * 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
  * 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:
  * in the main repository:
  * https://github.com/libcheck/check
  * https://github.com/libcheck/check
  */
  */