Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Add Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dflemstr committed Mar 16, 2016
1 parent e41e8db commit 439416d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,5 +1,6 @@
.*
!.git*
!.travis.yml
target/
pom.xml.releaseBackup
release.properties
17 changes: 17 additions & 0 deletions .travis.yml
@@ -0,0 +1,17 @@
language: java

jdk:
- oraclejdk8
- oraclejdk7

sudo: required

services:
- docker

script:
- mvn verify

cache:
directories:
- $HOME/.m2/repository/
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# Dockerfile Maven Support
# Dockerfile Maven Support [![Build Status](https://travis-ci.com/spotify/dockerfile-maven.svg?token=1Nm1N8cG5T5xoHi9Uo1X&branch=master)](https://travis-ci.com/spotify/dockerfile-maven)

This is a Maven plugin which tries to seamlessly integrate Docker with
Maven.
Expand Down

0 comments on commit 439416d

Please sign in to comment.