Skip to content

Commit 55322d6

Browse files
committed
Restore build environments
1 parent e1c7ee5 commit 55322d6

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

.travis.yml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,22 @@ language: node_js
66
sudo: true
77

88
os:
9-
# - linux
9+
- linux
1010
- osx
1111

1212
node_js:
1313
# Node.js
1414
- 'node'
1515
- '6'
16-
- '6.3.1'
17-
- '6.3.0'
18-
- '6.2.2'
19-
# - '5'
20-
# - '4'
16+
- '5'
17+
- '4'
2118
# io.js
22-
# - '3'
23-
# - '2'
24-
# - '1'
19+
- '3'
20+
- '2'
21+
- '1'
2522
# Node.js
26-
# - '0.12'
27-
# - '0.10'
23+
- '0.12'
24+
- '0.10'
2825

2926
before_install:
3027
# Update the npm client. Older clients cannot, e.g., handle scoped modules.

0 commit comments

Comments
 (0)