mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
13 lines
145 B
YAML
13 lines
145 B
YAML
language: node_js
|
|
sudo: false
|
|
node_js:
|
|
- 8
|
|
- 6
|
|
- 4
|
|
notifications:
|
|
email: false
|
|
cache:
|
|
directories:
|
|
- $HOME/.npm
|
|
- node_modules
|