Skip to content
Snippets Groups Projects
Commit 6810c149 authored by syuilo's avatar syuilo
Browse files

Improve readability

parent 7e4cbba5
No related branches found
No related tags found
No related merge requests found
# travis file
# https://docs.travis-ci.com/user/customizing-the-build
language: node_js
node_js:
- "7.3.0"
services:
- mongodb
- redis-server
before_script:
- "mkdir -p ./.config && cp ./.ci-files/default.yml ./.config && cp ./.ci-files/test.yml ./.config"
- "npm run build"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
cache:
directories:
- node_modules
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment