diff --git a/.travis.yml b/.travis.yml index cde1c659..929e6a2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ +dist: xenial language: node_js -node_js: node +node_js: + - '11' # will run `npm install` automatically here -dist: xenial - # Deploying uses awscli and it uses Python. # Xenial on Travis comes with Python 2 & 3 installed but 2 is default. # Ensure pip3 is installed and upgraded.