Skip to content

Commit ce541a1

Browse files
committed
Remove parenthesis
1 parent 1e3c2fb commit ce541a1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tests/.travis-runner.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@ then
3232
curl -L https://github.com/mozilla/grcov/releases/download/v0.4.1/grcov-linux-x86_64.tar.bz2 | tar jxf -
3333

3434
./grcov ccov.zip -s . -t lcov --llvm --branch --ignore-not-existing --ignore-dir "/*" > lcov.info
35-
bash <(curl -s https://codecov.io/bash) -f lcov.info
35+
36+
# Install codecov.io reporter
37+
curl -s https://codecov.io/bash -o codecov.sh
38+
bash codecov.sh -f lcov.info
3639
fi

0 commit comments

Comments
 (0)