Skip to content

Commit 6545a92

Browse files
committed
Add Node.js 9.
1 parent 145bc41 commit 6545a92

File tree

6 files changed

+970
-3
lines changed

6 files changed

+970
-3
lines changed

.travis.yml

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

1011
matrix:
1112
fast_finish: true

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
v1.4.2:
2+
date: 2017-11-23
3+
changes:
4+
- Update CI configs; add Node.js 9.
5+
v1.4.1:
6+
date: 2017-10-31
7+
changes:
8+
- Update CI configs; remove Node.js 0.10.
19
v1.3.0:
210
date: 2017-06-10
311
changes:

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# grunt-contrib-internal v1.4.1 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-internal.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-internal) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/vhmcvnnnmou73wq8/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-internal/branch/master)
1+
# grunt-contrib-internal v1.4.2 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-internal.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-internal) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/vhmcvnnnmou73wq8/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-internal/branch/master)
22

33
> Internal tasks for managing the grunt-contrib projects
44
@@ -35,6 +35,8 @@ grunt.registerTask('default', ['jshint', 'contrib-core', 'contrib-ci:skipIfExist
3535

3636
## Release History
3737

38+
* 2017-11-23   v1.4.2   Update CI configs; add Node.js 9.
39+
* 2017-10-31   v1.4.1   Update CI configs; remove Node.js 0.10.
3840
* 2017-06-10   v1.3.0   Update CI configs; add Node.js 8, remove 7.
3941
* 2016-11-23   v1.2.3   Update CI configs; add Node.js 7, remove 0.12, 5 and iojs.
4042
* 2016-07-13   v1.2.2   Add Node.js 6 in CI configs.
@@ -60,4 +62,4 @@ grunt.registerTask('default', ['jshint', 'contrib-core', 'contrib-ci:skipIfExist
6062

6163
Task submitted by ["Cowboy" Ben Alman](http://benalman.com/)
6264

63-
*This file was generated on Tue Oct 31 2017 11:14:48.*
65+
*This file was generated on Thu Nov 23 2017 10:33:26.*

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ environment:
1313
platform: x86
1414
- nodejs_version: "8"
1515
platform: x86
16+
- nodejs_version: "9"
17+
platform: x86
1618

1719
install:
1820
- ps: Install-Product node $env:nodejs_version $env:platform

0 commit comments

Comments
 (0)