We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f593a6 commit 281ab19Copy full SHA for 281ab19
.travis.yml
@@ -9,9 +9,6 @@ matrix:
9
- ZULUJDK=7
10
11
before_install:
12
- # installing the rpm package
13
- - sudo apt-get update -qq
14
- - sudo apt-get install -qq rpm
15
# adding $HOME/.sdkman to cache would create an empty directory, which interferes with the initial installation
16
- "[[ -d $HOME/.sdkman/bin/ ]] || rm -rf $HOME/.sdkman/"
17
- curl -sL https://get.sdkman.io | bash
@@ -31,4 +28,4 @@ script:
31
28
- travis_wait 30 ./mvnw clean install -DskipTests=false -Dcheckstyle.skip=false -Drat.skip=false -Dmaven.javadoc.skip=true
32
29
33
30
after_success:
34
- - bash <(curl -s https://codecov.io/bash)
+ - bash <(curl -s https://codecov.io/bash)
0 commit comments