aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: be62086021dfa5dee048ff9a0bb3c0c855956626 (plain)
1
2
3
4
5
6
7
8
9
language: node_js
os: linux
node_js:
- "4"
- "6"
- "8"
- "10"
- "12"
- "14"