diff --git a/.travis.yml b/.travis.yml index 3ede2849..9c89fc88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ php: - '7.1' - '7.2' - '7.3' - - '7.4snapshot' + - '7.4' install: - composer install @@ -40,6 +40,4 @@ after_success: - bash <(curl -s https://codecov.io/bash) matrix: - fast_finish: true - allow_failures: - - php: 7.4snapshot \ No newline at end of file + fast_finish: true \ No newline at end of file