mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-07 05:20:32 +03:00
chore: update travis config
This commit is contained in:
parent
a282b92024
commit
6c48372aeb
13
.travis.yml
13
.travis.yml
|
@ -1,7 +1,16 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- '8'
|
||||
cache: yarn
|
||||
- '10'
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
# Cypress: Ubuntu 16+ does not install this dependency by default, so we need to install it ourselves
|
||||
- libgconf-2-4
|
||||
cache:
|
||||
yarn: true
|
||||
directories:
|
||||
# we also need to cache folder with Cypress binary
|
||||
- ~/.cache
|
||||
env:
|
||||
global:
|
||||
- GH_REF: github.com/Redocly/redoc.git
|
||||
|
|
Loading…
Reference in New Issue
Block a user