Skip to content

Commit

Permalink
releases demo
Browse files Browse the repository at this point in the history
  • Loading branch information
nalansitan committed Jun 5, 2019
1 parent e3bb232 commit 8b58aba
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: java
sudo: false
jobs:
include:
- stage: Tests
script: echo "`date` Unit Tests1" && sleep1
name: "Unit Tests"
- script: echo "`date` Integration-tests" && sleep 2
name: "Integration Tests"
- stage: build
name: "Mvn build"
script: mvn package
deploy:
provider: releases
api_key: "$API_KEY"
file: "target/my-app-1.0-SNAPSHOT.jar"
skip_cleanup: true
on:
tags: true

0 comments on commit 8b58aba

Please sign in to comment.