Do not stop Travis build after the first error

This commit is contained in:
alexey.lysiuk 2018-03-12 10:28:53 +02:00
parent c01554c6c8
commit 1f6e201bf1
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ script:
- mkdir build
- cd build
- cmake ${CMAKE_OPTIONS} -DPK3_QUIET_ZIPDIR=YES ..
- make -j2
- make -j2 -k
notifications:
email: false