Switched Travis dist to xenial (#1113)

no issue
- matches Ghost's Travis env
- removes custom yarn install
This commit is contained in:
Kevin Ansfield 2019-03-12 11:45:51 +00:00 committed by GitHub
parent 8ba1c8fb79
commit 612cbc034f

View File

@ -1,23 +1,18 @@
sudo: required
dist: trusty
dist: xenial
language: node_js
node_js:
- '10'
cache: yarn
env:
global:
- MOZ_HEADLESS=1
- JOBS=1
branches:
except:
- "/^renovate\\//"
cache:
yarn: true
- "/^renovate\\/.+$/"
addons:
firefox: latest
chrome: stable
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
install:
- yarn
script: