Skip to content

Commit 301c483

Browse files
authored
Merge pull request #423 from kafkaex/uncoveralled
Remove Coveralls
2 parents 024b3af + 31e66fb commit 301c483

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ matrix:
1010
include:
1111
- elixir: 1.9.4
1212
otp_release: 22.3.3
13-
env: COVERALLS=true CREDO=true
13+
env: CREDO=true
1414
- elixir: 1.8.2
1515
otp_release: 22.3.3
1616
- elixir: 1.7.4
@@ -21,7 +21,6 @@ services:
2121
- docker
2222
env:
2323
global:
24-
- COVERALLS=false
2524
- CREDO=false
2625
before_script:
2726
- ./scripts/docker_up.sh

scripts/ci_tests.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,7 @@ then
1919
MIX_ENV=dev mix credo
2020
fi
2121

22-
if [ "${COVERALLS}" = true ]
23-
then
24-
echo "Coveralls will be reported"
25-
TEST_COMMAND=coveralls.travis
26-
else
27-
TEST_COMMAND=test
28-
fi
22+
TEST_COMMAND=test
2923

3024
export TEST_COMMAND
3125

0 commit comments

Comments
 (0)