Add language-svg to apm packages to be installed

This commit is contained in:
Sebastian Schlatow 2015-07-07 01:28:58 +02:00
parent 0872cb2d96
commit 5ecbcac0d8
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ notifications:
script: sh build-package.sh script: sh build-package.sh
env: env:
- APM_TEST_PACKAGES="language-marko language-tss language-html-swig" - APM_TEST_PACKAGES="language-marko language-tss language-html-swig language-svg"
cache: cache:
- pip - pip

View File

@ -112,7 +112,7 @@ build_script:
- cd %APPVEYOR_BUILD_FOLDER% - cd %APPVEYOR_BUILD_FOLDER%
# Install languages to Atom # 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 # Show current PATH
- echo %PATH% - echo %PATH%
# Run tests on package # Run tests on package