Skip to content

Commit

Permalink
Merge pull request #18 from rianquinn/bear_issue
Browse files Browse the repository at this point in the history
Bear Issue
  • Loading branch information
rianquinn authored Mar 22, 2017
2 parents bd01636 + bc9fce4 commit b92f835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ matrix:
- TEST="Clang Tidy"
install:
- git clone https://github.com/rizsotto/bear.git
- pushd bear; cmake .; make; sudo make install; popd
- pushd bear; git reset --hard 37b96a184f32b859c8f25ea2dc0d3f07242a9a98; cmake .; make; sudo make install; popd
script:
- ./configure --compiler clang-3.8
- STATIC_ANALYSIS_ENABLED=true bear make
- HYPERKERNEL_EXTENSION=true make tidy
- EXTENDED_APIS_EXTENSION=true make tidy

#
# Google Sanitizers
Expand Down

0 comments on commit b92f835

Please sign in to comment.