.travis.yml 95 B

123456789
  1. language: node_js
  2. sudo: false
  3. node_js:
  4. - "6"
  5. before_script:
  6. - "export TZ=Europe/Warsaw"