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
|
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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in New Issue