????

Your IP : 18.225.234.109


Current Path : C:/inetpub/vhost/redmine/plugins/redmine_wysiwyg_editor/
Upload File :
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