Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 32bb7a2

Browse files
authored
Update .travis.yml
1 parent e194634 commit 32bb7a2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@ jdk:
33
- oraclejdk8
44

55
install: true
6+
67
before_script:
78
- "export DISPLAY=:99.0"
89
- "sh -e /etc/init.d/xvfb start"
910
- sleep 3 # give xvfb some time to start
1011
script:
1112
- mvn clean
1213
- mvn verify -P code-quality,documentation,release
13-
14+
after_success:
15+
- bash <(curl -s https://codecov.io/bash)
16+
1417
addons:
1518
apt:
1619
packages:

0 commit comments

Comments
 (0)