diff --git a/.travis.yml b/.travis.yml index 23054c8..8dd8f15 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,8 @@ language: node_js node_js: ## Some of the ES6 syntax used in the browser-polyfill sources is only supported on nodejs >= 6 ## and the selenium-webdriver dependency used by the integration tests requires nodejs >= 8. -- '8' +## and the chromedriver dependency requires Node >= 10. +- '10' script: - npm run build