[Travis] Fixed typo in .travis.yml

This commit is contained in:
Jan Böhmer 2020-01-09 14:24:33 +01:00
parent 47c08e050b
commit bf8b0a4b31

View file

@ -42,6 +42,5 @@ script:
after_success:
- if [[ $(phpenv version-name) == '7.2' ]]; then bash <(curl -s https://codecov.io/bash) ; fi
-
matrix:
fast_finish: true