Skip to content

Commit

Permalink
Always build tests and examples on Travis
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Kretz <kretz@kde.org>
  • Loading branch information
mattkretz committed Jan 5, 2016
1 parent 2e89ed7 commit 2ef5da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ before_script:
- mkdir build && cd build

script:
- cmake '-DUSE_CCACHE=ON' '-DUSE_LIBC++=OFF' .. && make -j2 && ctest -j2
- cmake '-DBUILD_TESTING=ON' '-DBUILD_EXAMPLES=ON' '-DUSE_CCACHE=ON' '-DUSE_LIBC++=OFF' .. && make -j2 && ctest -j2

notifications:
email: false
Expand Down

0 comments on commit 2ef5da0

Please sign in to comment.