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

.travis.yml 158B

1234567891011121314
  1. language: node_js
  2. sudo: false
  3. node_js:
  4. - "0.10"
  5. - "0.11"
  6. - "0.12"
  7. - "iojs"
  8. script: make test
  9. notifications:
  10. email:
  11. - tomaz+travisci@tomaz.me