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 1534d316d0
commit 69edab8d74

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"