Skip to content

Commit

Permalink
KAZOO-4362: have Travis only look for files to dialyze in core and ap…
Browse files Browse the repository at this point in the history
…plications
  • Loading branch information
fenollp committed Jan 26, 2016
1 parent 26099c9 commit 6d477fc
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 @@ -33,7 +33,7 @@ after_success:
- make xref
- make build-plt
- git fetch origin master:master
- files="$(git diff --name-only master... | grep -v deps/)" || true
- files="$(git diff --name-only master... -- application/ core/)" || true
- ./scripts/check-dialyzer.escript $files
- make build-release
- ERL_LIBS="$HOME/proper" make eunit
Expand Down

0 comments on commit 6d477fc

Please sign in to comment.