Fix behat extension .travis.yml

This commit is contained in:
Damian Mooyman 2017-03-21 10:55:05 +13:00 committed by Sam Minnée
parent d5c2113c52
commit b0bdb05a16
1 changed files with 2 additions and 1 deletions

View File

@ -12,11 +12,12 @@ env:
matrix:
include:
- php: 5.5
- php: 5.6
env: PHPUNIT_TEST=1
before_script:
- composer install --dev --prefer-dist
- composer require silverstripe/config:1.0.x-dev silverstripe/framework:4.0.x-dev --prefer-dist
- pyrus install pear/PHP_CodeSniffer
- phpenv rehash