mirror of https://github.com/sbt/sbt.git
Set compatible build properties, sbt version (1.0.3) to fix Travis build. Added required fakeroot package.
Fixed #180.
This commit is contained in:
parent
602b138771
commit
8f276e95e0
|
|
@ -1,6 +1,11 @@
|
|||
dist: trusty
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- fakeroot
|
||||
language: scala
|
||||
script:
|
||||
- sbt -Dsbt.build.version=1.0.0-M1 ++$TRAVIS_SCALA_VERSION rpm:packageBin debian:packageBin universal:packageBin
|
||||
- sbt -Dsbt.build.version=1.0.3 ++$TRAVIS_SCALA_VERSION rpm:packageBin debian:packageBin universal:packageBin
|
||||
scala:
|
||||
- 2.10.3
|
||||
jdk:
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
sbt.version=0.13.15
|
||||
sbt.version=0.13.16
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue