summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/punycode2/.travis.yml
blob: 7f15a500316d10daa3ef06f36c1869f64805cf24 (plain)
1
2
3
4
5
6
7
8
9
10
language: node_js
node_js:
  - 0.10
  - 0.11

notifications:
  email:
    - medikoo+punycode2@medikoo.com

script: "npm test && npm run lint"