mirror of https://github.com/sbt/sbt.git
Add sbt.build.version from CONTRIBUTING to Travis config
This commit is contained in:
parent
acc734e669
commit
a1e1a570e0
|
|
@ -1,6 +1,6 @@
|
||||||
language: scala
|
language: scala
|
||||||
script:
|
script:
|
||||||
- sbt ++$TRAVIS_SCALA_VERSION rpm:packageBin debian:packageBin universal:packageBin
|
- sbt -Dsbt.build.version=1.0.0-M1 ++$TRAVIS_SCALA_VERSION rpm:packageBin debian:packageBin universal:packageBin
|
||||||
scala:
|
scala:
|
||||||
- 2.10.3
|
- 2.10.3
|
||||||
jdk:
|
jdk:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue