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
|
||||
|
||||
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:
|
||||
- pip
|
||||
|
|
|
@ -103,6 +103,6 @@ install:
|
|||
build_script:
|
||||
- cd %APPVEYOR_BUILD_FOLDER%
|
||||
# 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
|
||||
- apm test --one --path %LOCALAPPDATA%/atom/bin/atom.cmd
|
||||
|
|
Loading…
Reference in New Issue