aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 76744f26d9ee654a73eb47d0a366cba8b5b49e36 (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
25
26
language: node_js
node_js:
	- "6.1.x"
	- "6.0.x"
	- "5.11.x"
	- "5.10.x"
	- "5.9.x"
	- "5.8.x"
	- "5.7.x"
	- "5.6.x"
	- "5.5.x"
	- "5.4.x"
	- "5.3.x"
	- "5.2.x"
	- "5.1.x"
	- "5.0.x"
	- "4.4.x"
	- "4.3.x"
	- "4.2.x"
	- "4.1.x"
	- "4.0.x"
	- "0.12.x"
	- "0.11.x"
	- "0.10.x"
	- "0.8.x"
	- "0.6.x"