项目原始demo,不改动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Deze repo is gearchiveerd. U kunt bestanden bekijken en het klonen, maar niet pushen of problemen/pull-requests openen.
 
 
 
 

14 regels
234 B

  1. sudo: false # http://docs.travis-ci.com/user/workers/container-based-infrastructure/
  2. language: node_js
  3. node_js:
  4. - 0.12
  5. - 4
  6. - 6
  7. - 7
  8. notifications:
  9. email:
  10. - medikoo+es6-map@medikoo.com
  11. script: "npm test && npm run lint"