mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 05:14:12 +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: 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:
|
||||||
|
Loading…
Reference in New Issue
Block a user