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