diff --git a/.travis.yml b/.travis.yml index c5b9dc1f..eaac1379 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: node_js node_js: - "4" - "7" + - "8" # - "6" - The test that includes coverage runs with 6 sudo: false @@ -23,6 +24,8 @@ matrix: env: NPM_SCRIPT=smoke-test - node_js: "6" env: NPM_SCRIPT=smoke-test + - node_js: "8" + env: NPM_SCRIPT=smoke-test before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash