mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 20:34:02 +03:00
Switched Travis dist to xenial (#1113)
no issue - matches Ghost's Travis env - removes custom yarn install
This commit is contained in:
parent
8ba1c8fb79
commit
612cbc034f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user