Skip to content

Commit

Permalink
Add Node.js to 10.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jul 28, 2018
1 parent 252dc84 commit 36dea56
Show file tree
Hide file tree
Showing 6 changed files with 338 additions and 236 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ language: node_js
node_js:
- "6"
- "8"
- "10"

matrix:
fast_finish: true
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
v3.1.0:
date: 2018-07-28
changes:
- Add Node.js 10.
v2.0.0:
date: 2017-11-26
changes:
- Update major version since the node.js 0.10 removal is a breaking change.
- Update major version since the Node.js 0.10 removal is a breaking change.
v1.4.2:
date: 2017-11-23
changes:
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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)
# grunt-contrib-internal v3.1.0 [![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)

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

## Release History

* 2018-07-28   v3.1.0   Add Node.js 10.
* 2017-11-26   v2.0.0   Update major version since the Node.js 0.10 removal is a breaking change.
* 2017-11-23   v1.4.2   Update CI configs; add Node.js 9.
* 2017-10-31   v1.4.1   Update CI configs; remove Node.js 0.10.
* 2017-06-10   v1.3.0   Update CI configs; add Node.js 8, remove 7.
Expand Down Expand Up @@ -62,4 +64,4 @@ grunt.registerTask('default', ['jshint', 'contrib-core', 'contrib-ci:skipIfExist

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

*This file was generated on Thu Nov 23 2017 10:33:26.*
*This file was generated on Sat Jul 28 2018 10:08:07.*
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ environment:
platform: x86
- nodejs_version: "8"
platform: x86
- nodejs_version: "10"
platform: x86

install:
- ps: Install-Product node $env:nodejs_version $env:platform
Expand Down
Loading

0 comments on commit 36dea56

Please sign in to comment.