Skip to content

Commit

Permalink
Qf elvis (#2478)
Browse files Browse the repository at this point in the history
* qf-elvis: have CI check elvis later on

* qf-elvis: bump Elvis from 0.2.11 to 0.2.12
  • Loading branch information
fenollp authored and lazedo committed Aug 23, 2016
1 parent ead409b commit c51d923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ sup_completion: kazoo


$(ELVIS):
wget 'https://github.com/inaka/elvis/releases/download/0.2.11/elvis' -O $@
wget 'https://github.com/inaka/elvis/releases/download/0.2.12/elvis' -O $@
chmod +x $@

elvis: $(ELVIS)
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ test:
git --no-pager diff
exit 1
fi
- . ~/.kerl/$OTP_VERSION/activate && make elvis
- . ~/.kerl/$OTP_VERSION/activate && make xref
- . ~/.kerl/$OTP_VERSION/activate && make sup_completion
- |
Expand All @@ -58,5 +57,6 @@ test:
make build-plt
TO_DIALYZE="$(echo $($CHANGED))" make dialyze
fi
- . ~/.kerl/$OTP_VERSION/activate && make elvis
- . ~/.kerl/$OTP_VERSION/activate && make build-ci-release
- . ~/.kerl/$OTP_VERSION/activate && ./scripts/check-release-startup.sh

0 comments on commit c51d923

Please sign in to comment.