diff --git a/.travis.yml b/.travis.yml index 2b55412..ee2b456 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: node_js -node_js: node +node_js: node: + - "10" script: # - ./scripts/install.sh # runs automatically with npm ci