mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 08:43:09 +02:00
Update appveyor.yml
This commit is contained in:
parent
c0eb873feb
commit
c501bf4e16
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,9 @@ environment:
|
|||
matrix:
|
||||
- nodejs_version: 10.1.0
|
||||
|
||||
cache:
|
||||
- node_modules
|
||||
|
||||
build: off
|
||||
|
||||
install:
|
||||
|
@ -27,5 +30,8 @@ init:
|
|||
# git clone の際の改行を変換しないようにします
|
||||
- git config --global core.autocrlf false
|
||||
|
||||
before_test:
|
||||
- npm run build
|
||||
|
||||
test_script:
|
||||
- npm test
|
||||
|
|
Loading…
Reference in a new issue