Skip to content

Commit

Permalink
Merge pull request #1214 from creative-commoners/pull/1.8/behat-graphql
Browse files Browse the repository at this point in the history
MNT Ensure graphql 3 versions of behat tests run
  • Loading branch information
emteknetnz authored May 20, 2021
2 parents 6b2e1df + 8eec90d commit 6a94cc3
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,33 @@ jobs:
- REQUIRE_INSTALLER="$REQUIRE_RECIPE"
- NPM_TEST=1
- RELEASE=1
- php: 7.2
- php: 7.3
env:
- DB=MYSQL
- REQUIRE_INSTALLER="$REQUIRE_RECIPE"
- BEHAT_TEST=1
- REQUIRE_GRAPHQL="^3@dev"
- BEHAT_SUITE="admin"
- php: 7.3
env:
- DB=MYSQL
- REQUIRE_INSTALLER="$REQUIRE_RECIPE"
- BEHAT_TEST=1
- REQUIRE_GRAPHQL="^3@dev"
- BEHAT_SUITE="cms"
- php: 7.3
env:
- DB=MYSQL
- REQUIRE_INSTALLER="$REQUIRE_RECIPE"
- BEHAT_TEST=1
- REQUIRE_GRAPHQL="^4@dev"
- BEHAT_SUITE="admin"
- php: 7.3
env:
- DB=MYSQL
- REQUIRE_INSTALLER="$REQUIRE_RECIPE"
- BEHAT_TEST=1
- REQUIRE_GRAPHQL="^4@dev"
- BEHAT_SUITE="cms"

before_script:
Expand Down

0 comments on commit 6a94cc3

Please sign in to comment.