Skip to content

Commit

Permalink
update travis ci config (#2412)
Browse files Browse the repository at this point in the history
  • Loading branch information
bestlong committed Dec 6, 2019
1 parent 3889363 commit bc6ba25
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,17 @@ env:
- PHP_VERSION=hhvm BUILD_SERVICE=hhvm

# - PHP_VERSION=5.6 BUILD_SERVICE=php-worker
- PHP_VERSION=7.0 BUILD_SERVICE="php-worker laravel-horizon"
- PHP_VERSION=7.1 BUILD_SERVICE="php-worker laravel-horizon"
- PHP_VERSION=7.2 BUILD_SERVICE="php-worker laravel-horizon"
- PHP_VERSION=7.3 BUILD_SERVICE="php-worker laravel-horizon"
- PHP_VERSION=7.4 BUILD_SERVICE="php-worker laravel-horizon"
- PHP_VERSION=7.0 BUILD_SERVICE=php-worker
- PHP_VERSION=7.1 BUILD_SERVICE=php-worker
- PHP_VERSION=7.2 BUILD_SERVICE=php-worker
- PHP_VERSION=7.3 BUILD_SERVICE=php-worker
- PHP_VERSION=7.4 BUILD_SERVICE=php-worker

- PHP_VERSION=7.0 BUILD_SERVICE=laravel-horizon
- PHP_VERSION=7.1 BUILD_SERVICE=laravel-horizon
- PHP_VERSION=7.2 BUILD_SERVICE=laravel-horizon
- PHP_VERSION=7.3 BUILD_SERVICE=laravel-horizon
- PHP_VERSION=7.4 BUILD_SERVICE=laravel-horizon

- PHP_VERSION=NA BUILD_SERVICE=solr
- PHP_VERSION=NA BUILD_SERVICE="mssql rethinkdb aerospike"
Expand Down

0 comments on commit bc6ba25

Please sign in to comment.