Remove Atom package language-tss dependency for testing

This commit is contained in:
Glavin Wiechert 2015-11-02 13:59:57 -04:00
parent 266ad49ab4
commit 50bb7d737e
3 changed files with 3 additions and 3 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 language-svg" - APM_TEST_PACKAGES="language-marko language-html-swig language-svg"
cache: cache:
- pip - pip

View File

@ -115,7 +115,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 language-svg - apm install language-marko language-html-swig language-svg
# Show current PATH # Show current PATH
- echo %PATH% - echo %PATH%
# Run tests on package # Run tests on package

View File

@ -26,7 +26,7 @@ describe "BeautifyLanguages", ->
"mustache", "objective-c", "perl", "php", "mustache", "objective-c", "perl", "php",
"python", "ruby", "sass", "sql", "svg", "python", "ruby", "sass", "sql", "svg",
"xml", "csharp", "gfm", "marko", "xml", "csharp", "gfm", "marko",
"tss", "go", "html-swig" "go", "html-swig"
] ]
# All Atom packages that Atom Beautify is dependent on # All Atom packages that Atom Beautify is dependent on
dependentPackages = [ dependentPackages = [