Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

123456789101112131415
  1. language: node_js
  2. sudo: false
  3. git:
  4. depth: 10
  5. node_js:
  6. - "6"
  7. - "8"
  8. - "10"
  9. install:
  10. - "npm install"
  11. script:
  12. - "npm test"