Run sbt-lm-coursier tests in separate Travis jobs

This commit is contained in:
Alexandre Archambault
2018-11-20 15:59:45 +01:00
parent 22f78872c8
commit cd5e4fc00d
2 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -23,14 +23,14 @@ runLmCoursierTests() {
./metadata/scripts/with-test-repo.sh sbt \
++$TRAVIS_SCALA_VERSION \
lm-coursier/test \
"sbt-lm-coursier/scripted shared-1/* shared-2/*"
"sbt-lm-coursier/scripted shared-$TEST_GROUP/*"
}
runSbtCoursierTests() {
./metadata/scripts/with-test-repo.sh sbt \
++$TRAVIS_SCALA_VERSION \
sbt-coursier/test \
"sbt-coursier/scripted shared-$SBT_COURSIER_TEST_GROUP/* sbt-coursier-group-$SBT_COURSIER_TEST_GROUP/*"
"sbt-coursier/scripted shared-$TEST_GROUP/* sbt-coursier-group-$TEST_GROUP/*"
}
runSbtShadingTests() {