Skip to content

Commit

Permalink
not sure why travis fails
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoala committed Sep 11, 2018
1 parent 539a4bb commit 2027280
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: php

# https://docs.travis-ci.com/user/database-setup/#mysql
dist: trusty

services:
- mysql
# dist: trusty
# services:
# - mysql

cache:
directories:
Expand All @@ -13,15 +12,13 @@ cache:
env:
global:
- COMPOSER_ROOT_VERSION=4.0.x-dev
- SS_ENVIRONMENT_TYPE="dev"
- SS_DATABASE_USERNAME="root"

matrix:
include:
- php: 7.0
env: DB=MYSQL INSTALLER_VERSION=4.1.x-dev PHPUNIT_TEST=1
- php: 7.1
env: DB=MYSQL INSTALLER_VERSION=4.2.x-dev PHPUNIT_TEST=1 PHPUNIT_COVERAGE_TEST=1
env: DB=MYSQL INSTALLER_VERSION=4.2.x-dev PHPUNIT_COVERAGE_TEST=1
- php: 7.2
env: DB=MYSQL INSTALLER_VERSION=4.x-dev PHPUNIT_TEST=1

Expand Down

0 comments on commit 2027280

Please sign in to comment.