Merge pull request #2037 from open-sausages/pulls/4.0/tweak-travis-behat

Update .travis.yml in line with framework .travis.yml
This commit is contained in:
Chris Joe 2017-11-23 23:44:25 +13:00 committed by GitHub
commit a92c03c464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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