Skip to content

Commit

Permalink
EmbedITCZ#6 basic CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Bocek committed Oct 3, 2018
1 parent bb2e3fe commit 51f2d26
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
language: java
jdk:
- oraclejdk8

install: true

cache:
directories:
- '$HOME/.m2/repository'

stages:
- build
- test

jobs:
include:
- stage: build
script: mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
- stage: test
script: mvn test -B -V
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![Build Status](https://travis-ci.org/EmbedITCZ/jbehave-support.svg?branch=master)](https://travis-ci.org/EmbedITCZ/jbehave-support)
# jbehave-support
Light extension to JBehave.

Expand Down

0 comments on commit 51f2d26

Please sign in to comment.