Remove Atom package language-tss dependency for testing
This commit is contained in:
parent
266ad49ab4
commit
50bb7d737e
|
@ -19,7 +19,7 @@ notifications:
|
|||
script: sh build-package.sh
|
||||
|
||||
env:
|
||||
- APM_TEST_PACKAGES="language-marko language-tss language-html-swig language-svg"
|
||||
- APM_TEST_PACKAGES="language-marko language-html-swig language-svg"
|
||||
|
||||
cache:
|
||||
- pip
|
||||
|
|
|
@ -115,7 +115,7 @@ build_script:
|
|||
|
||||
- cd %APPVEYOR_BUILD_FOLDER%
|
||||
# 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
|
||||
- echo %PATH%
|
||||
# Run tests on package
|
||||
|
|
|
@ -26,7 +26,7 @@ describe "BeautifyLanguages", ->
|
|||
"mustache", "objective-c", "perl", "php",
|
||||
"python", "ruby", "sass", "sql", "svg",
|
||||
"xml", "csharp", "gfm", "marko",
|
||||
"tss", "go", "html-swig"
|
||||
"go", "html-swig"
|
||||
]
|
||||
# All Atom packages that Atom Beautify is dependent on
|
||||
dependentPackages = [
|
||||
|
|
Loading…
Reference in New Issue