Switch from language-fuse to fuse Atom package
This commit is contained in:
parent
42d4d18404
commit
0df338ed35
|
@ -56,7 +56,7 @@ matrix:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- APM_TEST_PACKAGES="language-marko language-html-swig language-svg language-d mavensmate-atom language-lua language-puppet language-fuse"
|
- APM_TEST_PACKAGES="language-marko language-html-swig language-svg language-d mavensmate-atom language-lua language-puppet fuse"
|
||||||
- PATH="/home/travis/gopath/bin:$HOME/.linuxbrew/bin:$PATH"
|
- PATH="/home/travis/gopath/bin:$HOME/.linuxbrew/bin:$PATH"
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
|
|
|
@ -133,7 +133,7 @@ build_script:
|
||||||
|
|
||||||
- cd %APPVEYOR_BUILD_FOLDER%
|
- cd %APPVEYOR_BUILD_FOLDER%
|
||||||
# Install languages to Atom
|
# Install languages to Atom
|
||||||
- apm install language-marko language-html-swig language-svg language-elm language-d mavensmate-atom language-lua language-fuse
|
- apm install language-marko language-html-swig language-svg language-elm language-d mavensmate-atom language-lua language-puppet fuse
|
||||||
# Show current PATH
|
# Show current PATH
|
||||||
- echo %PATH%
|
- echo %PATH%
|
||||||
# Run tests on package
|
# Run tests on package
|
||||||
|
|
|
@ -44,7 +44,7 @@ describe "BeautifyLanguages", ->
|
||||||
|
|
||||||
# Activate all of the languages
|
# Activate all of the languages
|
||||||
allLanguages = [
|
allLanguages = [
|
||||||
"c", "clojure", "coffee-script", "css", "csharp", "d", "fuse",
|
"c", "clojure", "coffee-script", "css", "csharp", "d",
|
||||||
"gfm", "go", "html", "html-swig", "java", "javascript",
|
"gfm", "go", "html", "html-swig", "java", "javascript",
|
||||||
"json", "less", "lua", "marko", "mustache", "objective-c",
|
"json", "less", "lua", "marko", "mustache", "objective-c",
|
||||||
"perl", "php", "python", "ruby", "sass", "sql",
|
"perl", "php", "python", "ruby", "sass", "sql",
|
||||||
|
@ -53,6 +53,7 @@ describe "BeautifyLanguages", ->
|
||||||
# All Atom packages that Atom Beautify is dependent on
|
# All Atom packages that Atom Beautify is dependent on
|
||||||
dependentPackages = [
|
dependentPackages = [
|
||||||
'autocomplete-plus'
|
'autocomplete-plus'
|
||||||
|
'fuse'
|
||||||
# 'linter'
|
# 'linter'
|
||||||
# 'atom-typescript' # it logs too much...
|
# 'atom-typescript' # it logs too much...
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue