Add language-svg to apm packages to be installed
This commit is contained in:
parent
0872cb2d96
commit
5ecbcac0d8
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue