diff --git a/.gitignore b/.gitignore index df6e45e..b747e27 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ /vendor -/behat.yml.dist +/behat.yml /composer.lock diff --git a/.travis.yml b/.travis.yml index e04fc53..ed6ba62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: php php: - 7.0 - 5.6 - - hhvm env: global: diff --git a/behat.yml.dist b/behat.yml.dist new file mode 100644 index 0000000..7b6666c --- /dev/null +++ b/behat.yml.dist @@ -0,0 +1,3 @@ +default: + extensions: + FriendsOfBehat\PerformanceExtension: ~ diff --git a/composer.json b/composer.json index 6c8cbea..d2c6d10 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "require": { "php": "^5.6|^7.0", - "behat/behat": "^3.0" + "behat/behat": "^3.1" }, "autoload": { "psr-4": { "FriendsOfBehat\\PerformanceExtension\\": "src/" }