Eugene Pankov 7 years ago
parent
commit
af792399da
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -1,5 +1,5 @@
 language: node_js
-node_js: 10
+node_js: 11
 
 stages:
   - Build
@@ -40,7 +40,7 @@ jobs:
         - yarn run docs
         - rsync -e "ssh -o StrictHostKeyChecking=no" -arv docs/api/ [email protected]:/srv/terminus-docs/
 
-dist: trusty
+dist: xenial
 sudo: false
 
 addons: