Skip to content
This repository has been archived by the owner on Jul 25, 2021. It is now read-only.

Commit

Permalink
We can unpin Node v8.0.0 now that the stdin bug is fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
brentlintner committed Jun 30, 2017
1 parent 171e193 commit 83a7b8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ node_js:
- "4"
- "6"
- "7"
- "8.0.0"
- "8"

sudo: false

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
- nodejs_version: 4
- nodejs_version: 6
- nodejs_version: 7
- nodejs_version: 8.0.0
- nodejs_version: 8

matrix:
fast_finish: true
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
machine:
node:
version: 8.0.0
version: 8

checkout:
post:
Expand Down

0 comments on commit 83a7b8b

Please sign in to comment.