diff --git a/.travis.yml b/.travis.yml index 12c86c9..c34c854 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ notifications: script: sh build-package.sh env: - - APM_TEST_PACKAGES="language-marko language-tss language-html-swig" + - APM_TEST_PACKAGES="language-marko language-tss language-html-swig language-svg" cache: - pip diff --git a/appveyor.yml b/appveyor.yml index d4f76b2..5492d04 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -112,7 +112,7 @@ build_script: - cd %APPVEYOR_BUILD_FOLDER% # Install languages to Atom - - apm install language-marko language-tss language-html-swig + - apm install language-marko language-tss language-html-swig language-svg # Show current PATH - echo %PATH% # Run tests on package