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

Commit 633e381

Browse files
author
Fabian Zeller
committed
corrected syntax error in travis file
1 parent 5154d52 commit 633e381

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ before_install:
66
script:
77
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bash ./gradlew check; fi'
88
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./gradlew test integrationTest; fi'
9-
- sh ./gradlew sendCoverageToCodacy
9+
- "./gradlew sendCoverageToCodacy"
1010
deploy:
1111
- provider: releases
1212
api_key:

0 commit comments

Comments
 (0)