See #817. Install MavensMate package for Apex testing
This commit is contained in:
parent
080bc994b1
commit
33ae978204
|
@ -19,7 +19,7 @@ notifications:
|
|||
script: sh build-package.sh
|
||||
|
||||
env:
|
||||
- APM_TEST_PACKAGES="language-marko language-html-swig language-svg language-d"
|
||||
- APM_TEST_PACKAGES="language-marko language-html-swig language-svg language-d mavensmate-atom"
|
||||
|
||||
cache:
|
||||
- pip: true
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
class Aligns {
|
||||
final Integer SZF = 4;
|
||||
final Integer SZ2F = 4;
|
||||
final Integer aBarF;
|
||||
final Integer[] someMoreIntegersF;
|
||||
final Tem<Plate> edVarF;
|
||||
final Integer aBarSetF=null;
|
||||
final Integer[] someMoreIntegersSetF=null;
|
||||
final Tem<Plate> edVarF=null;
|
||||
Integer SZ = 4;
|
||||
Integer SZ2 = 4;
|
||||
Integer aBar;
|
||||
Integer spacer;
|
||||
Integer[] someMoreIntegers;
|
||||
Tem<Plate> edVar;
|
||||
Integer aBarSet=null;
|
||||
Integer[] someMoreIntegersSet=null;
|
||||
Tem<Plate> edVar=null;
|
||||
}
|
|
@ -1,19 +0,0 @@
|
|||
class Aligns {
|
||||
final int SZF = 4;
|
||||
final int SZ2F = 4;
|
||||
final int aBarF;
|
||||
final int[] someMoreIntsF;
|
||||
final Tem<Plate> edVarF;
|
||||
final int aBarSetF=null;
|
||||
final int[] someMoreIntsSetF=null;
|
||||
final Tem<Plate> edVarF=null;
|
||||
int SZ = 4;
|
||||
int SZ2 = 4;
|
||||
int aBar;
|
||||
int spacer;
|
||||
int[] someMoreInts;
|
||||
Tem<Plate> edVar;
|
||||
int aBarSet=null;
|
||||
int[] someMoreIntsSet=null;
|
||||
Tem<Plate> edVar=null;
|
||||
}
|
|
@ -21,7 +21,7 @@ describe "BeautifyLanguages", ->
|
|||
|
||||
# Activate all of the languages
|
||||
allLanguages = [
|
||||
"apex", "c", "coffee-script", "css", "d", "html",
|
||||
"c", "coffee-script", "css", "d", "html",
|
||||
"java", "javascript", "json", "less",
|
||||
"mustache", "objective-c", "perl", "php",
|
||||
"python", "ruby", "sass", "sql", "svg",
|
||||
|
@ -31,6 +31,7 @@ describe "BeautifyLanguages", ->
|
|||
# All Atom packages that Atom Beautify is dependent on
|
||||
dependentPackages = [
|
||||
'autocomplete-plus'
|
||||
'mavensmate-atom'
|
||||
# 'linter'
|
||||
# 'atom-typescript' # it logs too much...
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue