diff --git a/.travis.yml b/.travis.yml index 49a4ba1..64b8d23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ node_js: - "4" - "6" - "7" - - "8.0.0" + - "8" sudo: false diff --git a/appveyor.yml b/appveyor.yml index 77a1b3b..9f0ffb2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 diff --git a/circle.yml b/circle.yml index 5edc34f..9089eee 100644 --- a/circle.yml +++ b/circle.yml @@ -1,6 +1,6 @@ machine: node: - version: 8.0.0 + version: 8 checkout: post: