Skip to content

Commit

Permalink
[BUGFIX] fix travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
aoekrz committed Feb 19, 2020
1 parent a3e2ef1 commit fbb83c3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
- TYPO3_VERSION=^8.7 COVERAGE=0 FUNCTIONAL=0
- TYPO3_VERSION=dev-master COVERAGE=0 FUNCTIONAL=0

matrix:
jobs:
include:
- env: TYPO3_VERSION=^8.7 COVERAGE=1 FUNCTIONAL=1
allow_failures:
Expand All @@ -18,11 +18,12 @@ matrix:
- env: TYPO3_VERSION=dev-master COVERAGE=0 FUNCTIONAL=1
- env: TYPO3_VERSION=dev-master COVERAGE=0 FUNCTIONAL=0

sudo: false

services:
- mysql

os:
- linux

addons:
apt:
packages:
Expand Down

0 comments on commit fbb83c3

Please sign in to comment.