Skip to content

Commit 943da92

Browse files
committed
Don't test with live API, it should be mocked anyway!
1 parent dc38bb3 commit 943da92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ before_script:
4444

4545
script:
4646
- composer check-code
47-
- if [[ "$CODECOV" == "1" ]]; then composer test-cov-live; else composer test; fi
47+
- if [[ "$CODECOV" == "1" ]]; then composer test-cov; else composer test; fi
4848

4949
after_success:
5050
- if [[ "$CODECOV" == "1" ]]; then composer test-cov-upload; fi

0 commit comments

Comments
 (0)