소스 검색

Travis: Try to find a file in the CI environment

bel2125 7 년 전
부모
커밋
e46b3a0678
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      .travis.yml

+ 5 - 1
.travis.yml

@@ -103,7 +103,11 @@ script:
     else
       CTEST_OUTPUT_ON_FAILURE=1 make all test;
     fi
-  - tree
+  - pwd
+  - ls
+  - ls output
+  - ls output/build
+  - ls output/build/unittest
 
 # Coveralls options: https://github.com/eddyxu/cpp-coveralls/blob/master/README.md
 after_success: