travis.yml: Actually trigger coveralls

Previously it was just erroring:
[[: command not found

This has been broken since #3638
This commit is contained in:
Eric Anderson 2018-07-30 12:44:35 -07:00 committed by GitHub
parent 948439d04c
commit c032abaa3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ script:
after_success:
# Upload to coveralls once, instead of for each job in the matrix
- if \[\[ "$TRAVIS_JOB_NUMBER" == *.1 \]\]; then ./gradlew :grpc-all:coveralls; fi
- if [[ "$TRAVIS_JOB_NUMBER" == *.1 ]]; then ./gradlew :grpc-all:coveralls; fi
- bash <(curl -s https://codecov.io/bash)
os: