Last active
July 26, 2019 16:15
-
-
Save camille-hdl/5c3f5e36ff6bbe98e8fbe97d92d0c8c3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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