Update .travis.yml in line with framework .travis.yml

This commit is contained in:
Damian Mooyman 2017-11-23 15:55:37 +13:00
parent 73c7dc47c6
commit 99cdeec461
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A
1 changed files with 4 additions and 3 deletions

View File

@ -2,14 +2,14 @@ language: php
dist: trusty
sudo: false
cache:
directories:
- $HOME/.composer/cache/files
addons:
apt:
packages:
- tidy
addons:
firefox: "31.0"
env:
@ -22,6 +22,7 @@ env:
- SS_ENVIRONMENT_TYPE="dev"
matrix:
fast_finish: true
include:
- php: 5.6
env: DB=MYSQL PHPUNIT_TEST=1 PHPCS_TEST=1