Skip to content

Instantly share code, notes, and snippets.

@camille-hdl
Last active July 26, 2019 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save camille-hdl/5c3f5e36ff6bbe98e8fbe97d92d0c8c3 to your computer and use it in GitHub Desktop.
Save camille-hdl/5c3f5e36ff6bbe98e8fbe97d92d0c8c3 to your computer and use it in GitHub Desktop.
language: node_js
node_js:
- "node"
- "lts/*"
addons:
apt:
packages:
# Ubuntu 16+ does not install this dependency by default, so we need to install it ourselves
- libgconf-2-4
cache:
npm: true
directories:
- ~/.cache
install:
- npm ci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment