Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

Commit

Permalink
Merge pull request #1 from pamil/behat.yml
Browse files Browse the repository at this point in the history
Add behat.yml.dist, ignore behat.yml
  • Loading branch information
pamil authored Jul 22, 2016
2 parents f1e6ff7 + c37d7d6 commit eb0163e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/vendor

/behat.yml.dist
/behat.yml
/composer.lock
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: php
php:
- 7.0
- 5.6
- hhvm

env:
global:
Expand Down
3 changes: 3 additions & 0 deletions behat.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
default:
extensions:
FriendsOfBehat\PerformanceExtension: ~
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": "^5.6|^7.0",

"behat/behat": "^3.0"
"behat/behat": "^3.1"
},
"autoload": {
"psr-4": { "FriendsOfBehat\\PerformanceExtension\\": "src/" }
Expand Down

0 comments on commit eb0163e

Please sign in to comment.