mirror of https://github.com/sbt/sbt.git
18 lines
578 B
YAML
18 lines
578 B
YAML
language: scala
|
|
script:
|
|
- sbt -Dsbt.build.version=1.0.0-M1 ++$TRAVIS_SCALA_VERSION rpm:packageBin debian:packageBin universal:packageBin
|
|
scala:
|
|
- 2.10.3
|
|
jdk:
|
|
- oraclejdk8
|
|
notifications:
|
|
email:
|
|
- sbt-dev-bot@googlegroups.com
|
|
before_install:
|
|
- cat /etc/hosts # optionally check the content *before*
|
|
- sudo hostname "$(hostname | cut -c1-63)"
|
|
- sed -e "s/^\\(127\\.0\\.0\\.1.*\\)/\\1 $(hostname | cut -c1-63)/" /etc/hosts | sudo tee /etc/hosts
|
|
- cat /etc/hosts # optionally check the content *after*
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install -qq rpm
|