Skip to content
This repository was archived by the owner on Jan 8, 2023. It is now read-only.

Commit 6ad0d9d

Browse files
authored
cleanup travis file
1 parent f2d8202 commit 6ad0d9d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ jdk: oraclejdk8
33
os: linux
44
sudo: false
55

6-
env:
7-
- MAVEN_VERSION=3.3.9
8-
9-
script:
10-
- mvn --show-version --errors --batch-mode clean verify -PattachAll
6+
script: mvn --show-version --errors --batch-mode clean verify -PattachAll
117

128
cache:
139
directories:

0 commit comments

Comments
 (0)