Skip to content

Commit

Permalink
custom travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rbudde committed Oct 27, 2020
1 parent 3df50a1 commit f7d04f0
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
language: java
language: java

git:
depth: 1

cache:
directories:
- $HOME/.m2

script:
- mvn clean install

after_success:
- bash <(curl -s https://codecov.io/bash)

deploy:
provider: releases
draft: true
on:
repo: https://github.com/rbudde/miniserver
tags: true

0 comments on commit f7d04f0

Please sign in to comment.