From 0347c43f684f54c244ea144a788e36e9359da4f6 Mon Sep 17 00:00:00 2001 From: chimurai <655241+chimurai@users.noreply.github.com> Date: Fri, 31 May 2019 22:01:22 +0200 Subject: [PATCH] ci(travis): use xenial (#341) --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0e45f39d..0d67e23e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +dist: xenial sudo: false language: node_js node_js: @@ -5,9 +6,6 @@ node_js: - '10' - '8' - '6' -before_install: - - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.15.2 - - export PATH=$HOME/.yarn/bin:$PATH cache: yarn stages: - lint