Merge pull request #245 from dwijnand/docker-travisci

Switch to Travis' docker infrastructure & add Travis' badge
This commit is contained in:
Havoc Pennington 2015-01-27 08:55:16 -05:00
commit 337206041f
2 changed files with 25 additions and 0 deletions

View File

@ -1 +1,25 @@
# use Docker-based container (instead of OpenVZ)
sudo: false
cache:
directories:
- $HOME/.ivy2/cache
# Cache the sbt launcher, currently the Travis VM preinstalls 0.13.5
- $HOME/.sbt/launchers/0.13.7
# Cache scala, currently the Travis VM preinstalls 2.11.2 & 2.10.4
#- $HOME/.sbt/boot/scala-$TRAVIS_SCALA_VERSION
# Updates regarding Travis VM preinstalls:
# https://github.com/travis-ci/travis-cookbooks/blob/master/changes.md
language: scala
jdk:
- openjdk6
script:
- sbt ++$TRAVIS_SCALA_VERSION test
# Remove to avoid unnecessary cache updates
- find $HOME/.sbt -name "*.lock" -delete
- find $HOME/.ivy2 -name "ivydata-*.properties" -delete

View File

@ -1,6 +1,7 @@
Configuration library for JVM languages.
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.typesafe/config/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.typesafe/config)
[![Build Status](https://travis-ci.org/typesafehub/config.svg?branch=master)](https://travis-ci.org/typesafehub/config)
## Overview