????
Current Path : C:/inetpub/vhost/redmine/plugins/redmine_wysiwyg_editor/ |
Current File : C:/inetpub/vhost/redmine/plugins/redmine_wysiwyg_editor/.travis.yml |
dist: focal language: node_js node_js: - "14" - "16" - "18" before_install: - mv Gemfile.local Gemfile - bundle install script: - npm run eslint - npm run test - bundle exec rubocop