Skip to content

Commit

Permalink
remove not needed switch
Browse files Browse the repository at this point in the history
  • Loading branch information
boretti committed May 22, 2018
1 parent 307d834 commit 764bd0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,6 @@ install:
script:
- "mvn -e clean install"
after_success:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then "jdk_switcher use oraclejdk8" ; fi
- "mvn jacoco:report coveralls:report -DrepoToken=${repoToken}"
- "bash <(curl -s https://codecov.io/bash) -c -Funit$TRAVIS_OS_NAME$TRAVIS_JDK_VERSION"
- "mvn jacoco:report-integration"
Expand Down

0 comments on commit 764bd0a

Please sign in to comment.