Skip to content

Commit 281ab19

Browse files
authored
travis config on 2.6.x (#4916)
1 parent 6f593a6 commit 281ab19

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ matrix:
99
- ZULUJDK=7
1010

1111
before_install:
12-
# installing the rpm package
13-
- sudo apt-get update -qq
14-
- sudo apt-get install -qq rpm
1512
# adding $HOME/.sdkman to cache would create an empty directory, which interferes with the initial installation
1613
- "[[ -d $HOME/.sdkman/bin/ ]] || rm -rf $HOME/.sdkman/"
1714
- curl -sL https://get.sdkman.io | bash
@@ -31,4 +28,4 @@ script:
3128
- travis_wait 30 ./mvnw clean install -DskipTests=false -Dcheckstyle.skip=false -Drat.skip=false -Dmaven.javadoc.skip=true
3229

3330
after_success:
34-
- bash <(curl -s https://codecov.io/bash)
31+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)