diff --git a/appveyor.yml b/appveyor.yml index 71123a4..398d13d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,4 +15,7 @@ install: build_script: - cd %APPVEYOR_BUILD_FOLDER% + # Install languages to Atom + - "%LOCALAPPDATA%/atom/bin/apm install language-typescript language-marko language-tss language-html-swig" + # Run tests on package - "%LOCALAPPDATA%/atom/bin/apm test --one --path %LOCALAPPDATA%/atom/bin/atom.cmd" \ No newline at end of file