Viewing File: /home/ubuntu/route-and-root-frontend-base/node_modules/react-global-configuration/.travis.yml

language: node_js
node_js:
  - "13"
  - "12"
  - "10"
  - "8"
install:
  - npm install
  - npm install -g codecov
before_script:
  - npm update -g npm
after_success:
  - codecov
Back to Directory File Manager