mirror of https://github.com/grpc/grpc-java.git
travis.yml: Actually trigger coveralls
Previously it was just erroring: [[: command not found This has been broken since #3638
This commit is contained in:
parent
948439d04c
commit
c032abaa3a
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue