1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-06-26 02:30:22 +02:00

gem: fix solargraph warnings on CI

This commit is contained in:
cn
2020-08-14 17:59:53 +02:00
parent 093efc77ef
commit 5cce42f4c7
6 changed files with 26 additions and 25 deletions

View File

@ -21,4 +21,4 @@ end
task default: [:rubocop, :spec, 'bundle:audit']
task travis: [:default, :'solargraph:tc']
task travis: [:default, :'solargraph:init', :'solargraph:tc']