mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
Update appveyor.yml
This commit is contained in:
parent
d143f98508
commit
611638a1e2
@ -5,6 +5,9 @@ environment:
|
|||||||
matrix:
|
matrix:
|
||||||
- nodejs_version: 10.1.0
|
- nodejs_version: 10.1.0
|
||||||
|
|
||||||
|
cache:
|
||||||
|
- node_modules
|
||||||
|
|
||||||
build: off
|
build: off
|
||||||
|
|
||||||
install:
|
install:
|
||||||
@ -27,5 +30,8 @@ init:
|
|||||||
# git clone の際の改行を変換しないようにします
|
# git clone の際の改行を変換しないようにします
|
||||||
- git config --global core.autocrlf false
|
- git config --global core.autocrlf false
|
||||||
|
|
||||||
|
before_test:
|
||||||
|
- npm run build
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- npm test
|
- npm test
|
||||||
|
Loading…
Reference in New Issue
Block a user