Skip to content

Commit f6f834b

Browse files
authored
v3.4.0.
1 parent e7915ce commit f6f834b

15 files changed

+852
-782
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ node_js:
77
- "4"
88
- "6"
99
- "8"
10+
- "10"
1011

1112
matrix:
1213
fast_finish: true

Gruntfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ module.exports = function(grunt) {
446446
grunt.loadNpmTasks('grunt-contrib-jshint');
447447
grunt.loadNpmTasks('grunt-contrib-clean');
448448
grunt.loadNpmTasks('grunt-contrib-nodeunit');
449-
grunt.loadNpmTasks('grunt-contrib-internal');
450449

451450
// Whenever the "test" task is run, first clean the "tmp" dir, then run this
452451
// plugin's task(s), then test the result.

appveyor.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@ environment:
77
matrix:
88
- nodejs_version: "0.10"
99
platform: x86
10-
- nodejs_version: "4"
11-
platform: x64
1210
- nodejs_version: "4"
1311
platform: x86
12+
- nodejs_version: "4"
13+
platform: x64
1414
- nodejs_version: "6"
15-
platform: x86
15+
platform: x64
1616
- nodejs_version: "8"
17-
platform: x86
17+
platform: x64
18+
- nodejs_version: "10"
19+
platform: x64
1820

1921
install:
2022
- ps: Install-Product node $env:nodejs_version $env:platform

0 commit comments

Comments
 (0)