mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-22 09:09:09 +00:00
13 lines
377 B
YAML
13 lines
377 B
YAML
![]() |
language: node_js
|
||
|
node_js:
|
||
|
- 'stable'
|
||
|
sudo: required
|
||
|
before_install: # if "install" is overridden
|
||
|
# Repo for Yarn
|
||
|
- sudo apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg
|
||
|
- echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
|
||
|
- sudo apt-get update -qq
|
||
|
- sudo apt-get install -y -qq yarn
|
||
|
cache:
|
||
|
yarn: true
|