Skip to content

Commit

Permalink
Try older version of clang to see if it compiles for coverity
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusor committed Nov 22, 2017
1 parent a414030 commit f0c2262
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 @@ -43,6 +43,6 @@ addons:
version: git
description: Build submitted via Travis CI
notification_email: marius@habarnam.ro
build_command_prepend: mkdir -p build || true; meson build && ninja -C build clean ; export CC=clang-5.0
build_command_prepend: mkdir -p build || true; meson build && ninja -C build clean ; export CC=clang
build_command: ninja -C build
branch_pattern: coverity

0 comments on commit f0c2262

Please sign in to comment.