選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.travis.yml 223B

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