We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c7ee5 commit 55322d6Copy full SHA for 55322d6
.travis.yml
@@ -6,25 +6,22 @@ language: node_js
6
sudo: true
7
8
os:
9
- # - linux
+ - linux
10
- osx
11
12
node_js:
13
# Node.js
14
- 'node'
15
- '6'
16
- - '6.3.1'
17
- - '6.3.0'
18
- - '6.2.2'
19
- # - '5'
20
- # - '4'
+ - '5'
+ - '4'
21
# io.js
22
- # - '3'
23
- # - '2'
24
- # - '1'
+ - '3'
+ - '2'
+ - '1'
25
26
- # - '0.12'
27
- # - '0.10'
+ - '0.12'
+ - '0.10'
28
29
before_install:
30
# Update the npm client. Older clients cannot, e.g., handle scoped modules.
0 commit comments