Skip to content

Commit

Permalink
Modified deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
mechero committed Oct 21, 2018
1 parent 3f730ce commit e88caab
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
language: java
jdk:
- openjdk10
addons:
sonarcloud:
organization: "thepracticaldeveloper"

sudo: required

services:
- docker

stages:
- tests-sonar
Expand All @@ -18,10 +10,15 @@ stages:
jobs:
include:
- stage: tests-sonar
addons:
sonarcloud:
organization: "thepracticaldeveloper"
before_script: cd sonar-connector
script:
- mvn clean install sonar:sonar
- stage: docker-build
sudo: required
services: docker
script: docker-compose -f docker-compose-build.yml build
- stage: deploy
script: echo "Deploying... (noop)"
Expand Down

0 comments on commit e88caab

Please sign in to comment.