Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vandroiy2013 authored Aug 11, 2019
1 parent 9554813 commit 1f4c6cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ env:
matrix:
include:
- os: osx
name: "Build"
osx_image: xcode10.2
compiler: clang

script:
Expand All @@ -24,6 +26,7 @@ matrix:
tags: true

- os: osx
name: "Analyze Clang"
osx_image: xcode11
compiler: clang

Expand All @@ -32,6 +35,7 @@ matrix:
- xcodebuild analyze -quiet -scheme Lilu -configuration Release CLANG_ANALYZER_OUTPUT=plist-html CLANG_ANALYZER_OUTPUT_DIR="$(pwd)/clang-analyze" && [ "$(find clang-analyze -name "*.html")" = "" ]

- os: osx
name: "Analyze Coverity"
osx_image: xcode10.2
compiler: clang

Expand Down

0 comments on commit 1f4c6cc

Please sign in to comment.