Skip to content

Commit

Permalink
don't run elvis on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongwencool committed Dec 30, 2015
1 parent 70c2446 commit 96ddead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: erlang
otp_release:
- 18.0
- 17.3
- 17.1
- 17.0
Expand All @@ -10,7 +11,7 @@ otp_release:
- R16B
- R15B03
- R15B02
script: "rm -rf deps ebin test/*.beam logs && ./rebar3 compile && ./elvis rock --config ./elvis.config"
script: "rm -rf deps ebin test/*.beam logs && ./rebar3 compile"
branches:
only:
- master
Binary file removed elvis
Binary file not shown.

0 comments on commit 96ddead

Please sign in to comment.