-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
41 lines (35 loc) · 742 Bytes
/
Copy path.travis.yml
File metadata and controls
41 lines (35 loc) · 742 Bytes
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
git:
depth: false
notifications:
email: false
language: java
jdk: oraclejdk8
env:
global:
- TERM=dumb
addons:
apt:
packages:
- bash
- curl
- python-pip
install: true
before_install:
- sudo pip install httpie >/dev/null 2>&1
- source <(curl -s https://raw.githubusercontent.com/daggerok/bash-functions/master/main.bash)
- stop_any 80 8080 >/dev/null
script:
- export root=$(pwd)
#
- ./mvnw >/dev/null
- ./mvnw -pl :parent -Pup
- docker-compose logs -ft &
- wait_for 80 8080
- sleep 25s
- http :8080/rest-api-jax-rs/health
- http :8080/rest-api-jax-rs-servlet-initializer/health
- http :8080/rest-api-struts-json/health
- http :8080/ui/health
- http :8080/ui/about
- ./mvnw -pl :parent -Pdown
- stop_any 80 8080