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 0a767fb commit d8398d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 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 @@ -25,6 +27,8 @@ matrix:
tags: true

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

script:
Expand All @@ -34,6 +38,7 @@ matrix:


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

Expand Down

0 comments on commit d8398d2

Please sign in to comment.