Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
languages
CNNTrainLang
Commits
8c625033
Commit
8c625033
authored
Nov 13, 2017
by
Thomas Michael Timmermanns
Browse files
second try to fix travis build
parent
800cd070
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
8c625033
script
:
-
mvn clean install cobertura:cobertura org.eluder.coveralls:coveralls-maven-plugin:report --settings "settings.xml"
after_success
:
-
mvn deploy --debug --settings "./settings.xml"
-
mvn deploy --debug --settings "./settings.xml"
\ No newline at end of file
pom.xml
View file @
8c625033
This diff is collapsed.
Click to expand it.
src/test/java/de/monticore/lang/monticar/cnntrain/AbstractSymtabTest.java
View file @
8c625033
...
...
@@ -22,7 +22,6 @@ package de.monticore.lang.monticar.cnntrain;
import
de.monticore.ModelingLanguageFamily
;
import
de.monticore.io.paths.ModelPath
;
import
de.monticore.lang.embeddedmontiarc.LogConfig
;
import
de.monticore.lang.monticar.cnntrain._symboltable.CNNTrainLanguage
;
import
de.monticore.symboltable.GlobalScope
;
import
de.monticore.symboltable.Scope
;
...
...
@@ -41,7 +40,6 @@ public class AbstractSymtabTest {
}
GlobalScope
scope
=
new
GlobalScope
(
mp
,
fam
);
LogConfig
.
init
();
return
scope
;
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment