fixed travis script

This commit is contained in:
tastytea 2018-04-01 05:19:17 +02:00
parent f298de7cff
commit 002c77ca21
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ before_install:
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 60
script:
- mkdir -p build && cd build
- cmake -DWITH_EXAMPLES=ON ..
- cmake -DWITH_EXAMPLES=ON -DWITH_TESTS=ON ..
- make VERBOSE=1
- make install DESTDIR=install
- ctest ..