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