Skip to content

Commit

Permalink
- re-added --keep-going make switch in Travis configuration
Browse files Browse the repository at this point in the history
Builds no longer stop on the first error
  • Loading branch information
alexey-lysiuk committed Feb 6, 2019
1 parent 4c2aa11 commit 13a3f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -133,7 +133,7 @@ script:
-DPK3_QUIET_ZIPDIR=YES \
..
- if [[ $TRAVIS_OS_NAME == 'windows' ]]; then cmake --build . -- -m; fi
- if [[ $TRAVIS_OS_NAME != 'windows' ]]; then cmake --build . -- -j2; fi
- if [[ $TRAVIS_OS_NAME != 'windows' ]]; then cmake --build . -- -j2 -k; fi

notifications:
email: false

0 comments on commit 13a3f1a

Please sign in to comment.