Skip to content

Commit

Permalink
Travis bump
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Aug 20, 2018
1 parent 15749f8 commit edf708f
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,35 @@ sudo: false
dist: trusty
language: php
php:
- 5.6
- 7
- 7.1
- 7.2
- nightly

env:
global:
- CORE_BRANCH=stable13
- CORE_BRANCH=master
- MOZ_HEADLESS=1
matrix:
- DB=pgsql

matrix:
allow_failures:
- env: DB=pgsql CORE_BRANCH=master
- php: nightly
env: DB=pgsql
- php: nightly
env: DB=sqlite
- php: nightly
env: DB=mysql
include:
- php: 7.1
env: DB=sqlite
- php: 7.2
env: DB=sqlite
- php: 7.1
env: DB=mysql
- php: 7.1
env: DB=pgsql CORE_BRANCH=master
- php: 7.2
env: DB=mysql
fast_finish: true

before_install:
Expand Down

0 comments on commit edf708f

Please sign in to comment.