Switch from language-typescript to atom-typescript dependent Atom package.

This commit is contained in:
Glavin Wiechert 2015-06-06 15:32:56 -03:00
parent 9a614bb85a
commit d430bfbf14
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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