????

Your IP : 3.148.194.168


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