1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-11-27 14:28:49 +09:00
MisskeyIO/.travis.yml

9 lines
159 B
YAML
Raw Normal View History

2016-12-29 07:49:51 +09:00
language: node_js
node_js:
- "7.3.0"
before_script:
- "mkdir -p ./.config && cp ./.ci-files/config.yml ./.config"
cache:
directories:
- node_modules