Modify appveyor.yml and add the elm tag to package.json
This commit is contained in:
parent
9572c8d1d8
commit
92fde28461
|
@ -115,7 +115,7 @@ build_script:
|
|||
|
||||
- cd %APPVEYOR_BUILD_FOLDER%
|
||||
# Install languages to Atom
|
||||
- apm install language-marko language-html-swig language-svg
|
||||
- apm install language-marko language-html-swig language-svg language-elm
|
||||
# Show current PATH
|
||||
- echo %PATH%
|
||||
# Run tests on package
|
||||
|
|
|
@ -160,7 +160,8 @@
|
|||
"marko",
|
||||
"go",
|
||||
"golang",
|
||||
"svg"
|
||||
"svg",
|
||||
"elm"
|
||||
],
|
||||
"devDependencies": {
|
||||
"coffee-script": "^1.9.3",
|
||||
|
|
Loading…
Reference in New Issue