.travis.yml 194 B

123456789101112131415161718
  1. arch:
  2. - amd64
  3. - ppc64le
  4. language: node_js
  5. node_js:
  6. - stable
  7. - lts/*
  8. notifications:
  9. email: false
  10. cache:
  11. directories:
  12. - node_modules
  13. sudo: false
  14. script: npm run test-ci