.travis.yml 88 B

123456789
  1. language: node_js
  2. arch:
  3. - amd64
  4. - ppc64le
  5. node_js:
  6. - "4"
  7. - "6"
  8. - "8"
  9. - "10"