.travis.yml 208 B

123456789101112
  1. language: node_js
  2. node_js:
  3. - "8"
  4. before_install:
  5. - cp ./server/config.example.js ./server/config.js
  6. - cp ./client/config.example.js ./client/config.js
  7. script:
  8. - npm run lint:nofix
  9. - npm run build