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

View File

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