-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
52 lines (52 loc) · 919 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#language: java
#jdk:
# - openjdk11
#
#cache:
# directories:
# - ${HOME}/.m2
#
#before_install:
# - ulimit -a && free -m
# - chmod +x -R .mvn/*
# - chmod +x mvnw
#
#install:
#
#
#addons:
# sonarcloud:
# organization: "nikoday"
# token:
# secure: "${SONAR_TOKEN}"
#script:
# - ./mvnw install -B -V
# - ./mvnw clean verify sonar:sonar -Pcoverage -Dsonar.projectKey=nikoday_nikoday-backend
# - ulimit -a && free -m
#
#before_cache:
#
#
#after_success:
# - bash <(curl -s https://codecov.io/bash)
# - bash <(curl -Ls https://coverage.codacy.com/get.sh) report
#
#after_failure:
# - echo "FAILURE"
# - ulimit -a
# - free -m
#
#before_deploy:
#
#
#deploy:
# provider: heroku
# api_key:
# secure: "${HEROKU_API_KEY}"
# app:
# main: test-nikoday-backend
# sandbox: sandbox-nikoday-backend
#
#after_deploy:
#
#after_script: