File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11sudo : false
2+
23language : node_js
4+
35node_js :
46 - " 0.10"
57 - " 0.12"
68 - " 4"
79 - " 5"
810 - " iojs"
9- before_install :
10- - if [ "$TRAVIS_NODE_VERSION" = "0.10" ]; then npm install -g npm@2; fi
11+
1112matrix :
1213 fast_finish : true
14+
1315cache :
1416 directories :
1517 - node_modules
Original file line number Diff line number Diff line change 1+ v1.4.0:
2+ date: 2016-04-19
3+ changes:
4+ - Updated to `html-minifier` 2.0.0.
15v1.3.0:
26 date: 2016-04-10
37 changes:
Original file line number Diff line number Diff line change 1- # grunt-contrib-htmlmin v1.3 .0 [ ![ Build Status: Linux] ( https://travis-ci.org/gruntjs/grunt-contrib-htmlmin.svg?branch=master )] ( https://travis-ci.org/gruntjs/grunt-contrib-htmlmin ) [ ![ Build Status: Windows] ( https://ci.appveyor.com/api/projects/status/sn73i2qggqeolnc2/branch/master?svg=true )] ( https://ci.appveyor.com/project/gruntjs/grunt-contrib-htmlmin/branch/master )
1+ # grunt-contrib-htmlmin v1.4 .0 [ ![ Build Status: Linux] ( https://travis-ci.org/gruntjs/grunt-contrib-htmlmin.svg?branch=master )] ( https://travis-ci.org/gruntjs/grunt-contrib-htmlmin ) [ ![ Build Status: Windows] ( https://ci.appveyor.com/api/projects/status/sn73i2qggqeolnc2/branch/master?svg=true )] ( https://ci.appveyor.com/project/gruntjs/grunt-contrib-htmlmin/branch/master )
22
33> Minify HTML
44
@@ -60,6 +60,7 @@ grunt.registerTask('default', ['htmlmin']);
6060
6161## Release History
6262
63+ * 2016-04-19 v1.4.0 Updated to ` html-minifier ` 2.0.0.
6364 * 2016-04-10 v1.3.0 Updated to ` html-minifier ` 1.5.0.
6465 * 2016-03-31 v1.2.0 Updated to ` html-minifier ` 1.4.0.
6566 * 2016-03-18 v1.1.0 Updated to ` html-minifier ` 1.3.0.
@@ -80,4 +81,4 @@ grunt.registerTask('default', ['htmlmin']);
8081
8182Task submitted by [ Sindre Sorhus] ( http://github.com/sindresorhus )
8283
83- * This file was generated on Sun Apr 10 2016 14:29:25 .*
84+ * This file was generated on Tue Apr 19 2016 09:50:18 .*
Original file line number Diff line number Diff line change 1- # http://www.appveyor.com/docs/appveyor-yml
2-
31clone_depth : 10
42
53version : " {build}"
@@ -20,11 +18,6 @@ environment:
2018
2119install :
2220 - ps : Install-Product node $env:nodejs_version $env:platform
23- - ps : >-
24- if ($env:nodejs_version -eq "0.10") {
25- npm -g install npm@2
26- $env:PATH="$env:APPDATA\npm;$env:PATH"
27- }
2821 - npm install
2922
3023test_script :
Original file line number Diff line number Diff line change 11{
22 "name" : " grunt-contrib-htmlmin" ,
33 "description" : " Minify HTML" ,
4- "version" : " 1.3 .0" ,
4+ "version" : " 1.4 .0" ,
55 "author" : {
66 "name" : " Grunt Team" ,
77 "url" : " http://gruntjs.com/"
You can’t perform that action at this time.
0 commit comments