New attempt at schnorr branch Travis config - take 3 (#709)

This commit is contained in:
Torkel Rogstad 2019-08-21 13:22:05 +02:00 committed by nkohen
parent c77939b8c6
commit a66cb1f12e

View file

@ -1,4 +1,7 @@
version in ThisBuild ~= (_ + "-SCHNORR")
version in ThisBuild ~= { version =>
val withoutSuffix = version.dropRight(8)
withoutSuffix + "SCHNORR-SNAPSHOT"
}
val scala2_11 = "2.11.12"
val scala2_12 = "2.12.10"