Skip to content

Commit

Permalink
test php7.4
Browse files Browse the repository at this point in the history
change to ubuntu  16.04(Xenial)
  • Loading branch information
deek87 committed Jun 9, 2020
1 parent 68fbc7c commit bd07a4d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Global/default configuration
dist: trusty
dist: xenial
language: php
sudo: false
services:
- mysql
cache:
npm: true
directories:
Expand All @@ -15,7 +17,6 @@ matrix:
fast_finish: true
allow_failures:
- name: Test with PHP nightly
- name: Test with PHP 7.4
- name: Check PHP coding style
include:

Expand Down Expand Up @@ -59,7 +60,7 @@ matrix:
- composer test

- name: Test with PHP 7.4
php: 7.4snapshot
php: '7.4'
before_script:
- ./.travis/composer-deps.sh
script:
Expand All @@ -69,6 +70,7 @@ matrix:
php: '7.2'
services:
- docker
- mysql
before_script:
- ./.travis/composer-deps.sh
script:
Expand Down

0 comments on commit bd07a4d

Please sign in to comment.