Skip to content

Commit

Permalink
Merge pull request #22 from kdambekalns/task/update-behat
Browse files Browse the repository at this point in the history
TASK: Update Behat packages
  • Loading branch information
albe authored Dec 9, 2020
2 parents 33c186a + 8461c3b commit ff7f8a8
Show file tree
Hide file tree
Showing 3 changed files with 1,527 additions and 478 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ language: php
matrix:
fast_finish: true
include:
- php: 7.1
- php: 7.3
env: DB=mysql BEHAT=true
- php: 7.2
- php: 7.4
env: DB=mysql BEHAT=true
cache:
directories:
Expand Down Expand Up @@ -37,4 +37,4 @@ before_script:
- php flow behat:setup
- php flow behat:kickstart --packageName "Neos.Behat" --host "http://localhost/"
script:
- bin/behat --stop-on-failure -f progress -c Packages/Application/Neos.Behat/Tests/Behavior/behat.yml
- bin/behat --stop-on-failure -f progress -c Packages/Application/Neos.Behat/Tests/Behavior/behat.yml
6 changes: 3 additions & 3 deletions Resources/Private/Build/Behat/composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"require": {
"behat/behat": "3.5.*",
"behat/mink-extension": "2.3.*",
"behat/behat": "^3.5",
"behat/mink-extension": "^2.3",
"behat/mink-goutte-driver": "*",
"behat/mink-selenium2-driver": "*"
},
"config": {
"bin-dir": "../../bin/"
}
}
}
Loading

0 comments on commit ff7f8a8

Please sign in to comment.