Improve readability

This commit is contained in:
syuilo 2017-01-18 15:15:22 +09:00
parent 72afef298b
commit c7bc31c7b7
2 changed files with 8 additions and 8 deletions

View file

@ -11,10 +11,10 @@ services:
- redis-server
before_script:
- "mkdir ./.config"
- "cp ./.ci-files/default.yml ./.config"
- "cp ./.ci-files/test.yml ./.config"
- "npm run build"
- mkdir ./.config
- cp ./.ci-files/default.yml ./.config
- cp ./.ci-files/test.yml ./.config
- npm run build
env:
- CXX=g++-4.8