Switch from language-typescript to atom-typescript dependent Atom package.
This commit is contained in:
parent
9a614bb85a
commit
d430bfbf14
|
@ -19,7 +19,7 @@ notifications:
|
||||||
script: sh build-package.sh
|
script: sh build-package.sh
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- APM_TEST_PACKAGES="language-typescript language-marko language-tss language-html-swig"
|
- APM_TEST_PACKAGES="atom-typescript language-marko language-tss language-html-swig"
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- pip
|
- pip
|
||||||
|
|
|
@ -103,6 +103,6 @@ install:
|
||||||
build_script:
|
build_script:
|
||||||
- cd %APPVEYOR_BUILD_FOLDER%
|
- cd %APPVEYOR_BUILD_FOLDER%
|
||||||
# Install languages to Atom
|
# Install languages to Atom
|
||||||
- apm install language-typescript language-marko language-tss language-html-swig
|
- apm install atom-typescript language-marko language-tss language-html-swig
|
||||||
# Run tests on package
|
# Run tests on package
|
||||||
- apm test --one --path %LOCALAPPDATA%/atom/bin/atom.cmd
|
- apm test --one --path %LOCALAPPDATA%/atom/bin/atom.cmd
|
||||||
|
|
Loading…
Reference in New Issue