Skip to content

Commit

Permalink
Updating travis for current PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rarog committed Mar 26, 2020
1 parent c3e0497 commit cc1d94e
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
language: php

php:
- 5.5
- 5.6
- 7.0
- hhvm
- 7.2
- 7.3
- 7.4

before_script:
- composer self-update
- composer install --dev --prefer-source;
- composer install
- wget https://scrutinizer-ci.com/ocular.phar
- mysql -e "create database IF NOT EXISTS zfc_user;" -uroot

Expand All @@ -18,12 +16,4 @@ script:

after_script:
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml

notifications:
email: false
irc: "irc.freenode.org#zftalk.dev"

matrix:
fast_finish: true
allow_failures:
- php: hhvm
- php vendor/bin/php-coveralls

0 comments on commit cc1d94e

Please sign in to comment.