Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update master php testing versions
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Dec 5, 2019
commit 2d855510f67bd933a838365ea235ae9589a3b1f3
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ sudo: required
dist: trusty
language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot

addons:
apt:
Expand All @@ -25,7 +25,7 @@ env:

matrix:
include:
- php: 7.1
- php: 7.3
env: "DB=sqlite TEST_JS=TRUE"
fast_finish: true

Expand Down