diff --git a/.travis.yml b/.travis.yml index 2f61b33f9..80c524a0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,9 @@ node_js: - '4' - '6' - '8' -- node +- '9' +# TODO(#102): restore node/10 config +- '10.0' branches: only: - master