1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-11-28 06:48:32 +09:00
MisskeyIO/.travis.yml

21 lines
367 B
YAML
Raw Normal View History

2016-12-29 07:49:51 +09:00
language: node_js
node_js:
- "7.3.0"
2017-01-04 15:23:16 +09:00
services:
- mongodb
- redis-server
2016-12-29 07:49:51 +09:00
before_script:
2017-01-17 09:37:31 +09:00
- "mkdir -p ./.config && cp ./.ci-files/default.yml ./.config && cp ./.ci-files/test.yml ./.config"
2017-01-17 09:56:42 +09:00
- "npm run build"
2016-12-29 10:44:50 +09:00
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
2016-12-29 07:49:51 +09:00
cache:
directories:
- node_modules