Skip to content

Commit

Permalink
Add Node 10 and remove Node 6 from the AppVeyor & Travis config (#306)
Browse files Browse the repository at this point in the history
Node 10.1 is used on Windows because of this issue: yeoman/yeoman-test#43
  • Loading branch information
chasenlehara authored Jun 24, 2019
1 parent 2a24617 commit 119c8ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ language: node_js
addons:
firefox: "51.0"
node_js:
- "6"
- "8"
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "10"
dist: xenial
services:
- xvfb
script: npm run coverage:upload
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
environment:
matrix:
# node.js
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10.1"
# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node.js or io.js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"coveralls-send": "0.0.2",
"donejs": "*",
"donejs-cli": "^3.0.0-pre.2",
"donejs-cli": "^3.2.0",
"fs-extra": "^0.30.0",
"istanbul": "^0.4.2",
"mkdirp": "^0.5.1",
Expand Down

0 comments on commit 119c8ab

Please sign in to comment.