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

Fix appveyor

parent e7915217
No related branches found
Tags 3.1.1
No related merge requests found
......@@ -27,5 +27,9 @@ init:
# git clone の際の改行を変換しないようにします
- git config --global core.autocrlf false
before_test:
- "mkdir -p ./.config && cp ./.ci-files/default.yml ./.config && cp ./.ci-files/test.yml ./.config"
- "npm run build"
test_script:
- npm test
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