Travis should run linters only once
This commit is contained in:
parent
7c7dfa4e5e
commit
c8c2bdda79
|
@ -29,6 +29,9 @@ addons:
|
|||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
exclude:
|
||||
- rvm: 2.4.4
|
||||
env: "RAILS_MASTER=0 QUNIT_RUN=0 RUN_LINT=1"
|
||||
|
||||
rvm:
|
||||
- 2.5.1
|
||||
|
|
Loading…
Reference in New Issue