Browse Source

Testing PHP 7.2 and 7.3 (#737)

* Testing PHP 7.2 and 7.3

* Underping...
pull/743/head
dannylamb 5 years ago committed by Jared Whiklo
parent
commit
e1bc6f7bb0
  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
allow_failures:
- php: 7.3
services:
- mysql
branches:
only:
- /^8.x/
- /master/
before_install:
- export SCRIPT_DIR=$HOME/CLAW/.scripts

Loading…
Cancel
Save