summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/.travis.yml
blob: c3394c258fc2aac5d0b10958e57c4804bd7038ba (plain)
1
2
3
4
5
6
7
8
9
10
11
language: node_js
node_js:
  - "5.10"
  - "4.4"
  - "4.1"
  - "0.12"
  - "0.10"
before_install:
  - "make check"
after_success:
  - '[ "${TRAVIS_NODE_VERSION}" = "4.4" ] && make codecovio'