diff --git a/.travis.yml b/.travis.yml index 71bd7ba..6371a6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: node_js +dist: xenial +node_js: lts/* sudo: true cache: @@ -8,10 +10,6 @@ cache: notifications: email: false -node_js: - - 8 - - 10 - script: - ng test --watch false