소스 검색

fix travis

Julius Pfrommer 9 년 전
부모
커밋
086a658a46
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -43,7 +43,7 @@ script:
    - make doc
    - echo "Debug build and unit tests"
    - make clean
-   - cmake -DCMAKE_BUILD_TYPE=Debug -DUNIT_TESTS=ON -DENABLE_COVERAGE=ON .. 
+   - cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_UNIT_TESTS=ON -DENABLE_COVERAGE=ON .. 
    - make && make test
 
 after_success: