aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 1787175a221d9286349e5fe859946f6498774d35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
language: node_js
node_js:
  - 6.1
  - 6.0
  - 5.11
  - 5.10
  - 5.9
  - 5.8
  - 5.7
  - 5.6
  - 5.5
  - 5.4
  - 5.3
  - 5.2
  - 5.1
  - 5.0
  - 4.4
  - 4.3
  - 4.2
  - 4.1
  - 4.0
  - 0.12
  - 0.11
  - 0.10