mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-15 20:30:17 +01:00
New attempt at schnorr branch Travis config - take 3 (#709)
This commit is contained in:
parent
73593d2c34
commit
3562219d39
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue