Lorenzob's picture
Upload folder using huggingface_hub
19605ab verified
raw
history blame
185 Bytes
sudo: false
language: node_js
node_js:
- "4"
- "6"
- "8"
install:
- make install
script:
- make lint
- make test
matrix:
include:
- node_js: '8'
env: BROWSER=1