diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c528d1651..01111e110 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ env: matrix: include: # Run browser tests only on one Node.js version to save time. - - node_js: "8" + - node_js: "10" env: NPM_SCRIPT=test:browser script: - npm run $NPM_SCRIPT |