Browse Source

fix travis

Julius Pfrommer 9 years ago
parent
commit
086a658a46
1 changed files with 1 additions and 1 deletions
  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: