Browse Source

Testing PHP 7.2 and 7.3

pull/737/head
dannylamb 6 years ago committed by GitHub
parent
commit
88296a0ff8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .travis.yml

10
.travis.yml

@ -1,17 +1,21 @@
sudo: true
language: php
php:
- 7.1
- 7.2
services:
- mysql
- 7.3
matrix:
fast_finish: true
allowed_failures:
- php: 7.3
services:
- mysql
branches:
only:
- /^8.x/
- /master/
before_install:
- export SCRIPT_DIR=$HOME/CLAW/.scripts

Loading…
Cancel
Save