You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910
  1. language: node_js
  2. node_js:
  3. - "8"
  4. before_script:
  5. - export TZ=America/Sao_Paulo
  6. - echo '$TZ' | sudo tee /etc/timezone
  7. - sudo dpkg-reconfigure --frontend noninteractive tzdata
  8. - npm install
  9. script:
  10. - npm run check