Skip to content

Commit

Permalink
Go back to the build folder, where the compilation database is.
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed Apr 24, 2017
1 parent 9a6c12f commit 815f5b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ script:
git remote set-branches --add origin master
git fetch
git diff -U0 origin/master | clang-tidy-diff-3.9.py -p1 -clang-tidy-binary $(which clang-tidy-3.9) -checks=-*,clang-analyzer-*
cd ../build
fi
elif [[ "$TRAVIS_EVENT_TYPE" = "cron" ]] && [[ $TOOL == 'clang-tidy' ]]; then
# We need to ignore our vendor drops.
Expand Down

0 comments on commit 815f5b3

Please sign in to comment.