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

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